Html Css Color HEX #69BBFF Maya Blue

📋 copy color: '#69BBFF'

red 105 ◦ green 187 ◦ blue 255

#69BBFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #69BBFF

Tints of Maya Blue #69BBFF

RGB

 RED value IS 105 (41.41% from 255) = 19.2%

 GREEN value IS 187 (73.44% from 255) = 34.19%

 BLUE value IS 255 (100% from 255) = 46.62%

R = 19.2%
G = 34.19%
B = 46.62%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69BBFF (or 0x69BBFF) is known color: Maya Blue. HEX triplet: 69, BB and FF. RGB value is (105,187,255). Sum of RGB (Red+Green+Blue) = 105+187+255=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #69BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BBFF is #964400. Grayscale: #A9A9A9. Windows color (decimal): -9847809 or 16759657. OLE color: 16759657.

HSL color Cylindrical-coordinate representation of color #69BBFF: hue angle of 207.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69BBFF is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 105 187 255 -
CMYK 0.59 0.27 0 0
HSL 207.2º 1% 0.71% -
HSV(B) 207.2º 0.59% 1% -
XYZ 41.65 45.76 101.25 -
YUV 170.23 175.83 81.47 -
System Red Green Blue C M Y K H S L
Decimal 105 187 255 0.59 0.27 0 0 207.2 1 0.71
Hex 69 BB FF 3B 1B 0 0 CF 64 47
Octal 151 273 377 73 33 0 0 317 144 107
Binary 1101001 10111011 11111111 111011 11011 0 0 11001111 1100100 1000111

Color Harmonies of #69BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BBFF

Black with #69BBFF

Text Example


Text Example

White with #69BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69BBFF; }

 p { color: rgb(105,187,255); }

 H1.HeaderClassName
 {
   color: #69BBFF;
 }
 .AnyTagClassName
 {
   color: #69BBFF;
 }
</style>

background-color css

<style>
 a { background-color: #69BBFF; }

 a { background-color: rgb(105,187,255); }

 div.DivClassName
 {
   background-color: #69BBFF;
 }
 .BgClassName
 {
   background-color: #69BBFF;
 }
</style>

border-color css

<style>
 span { border-color: #69BBFF; }

 span { border-color: rgb(105,187,255); }

 td.TdClassName
 {
   border-color: #69BBFF;
 }
 .TagClassName
 {
   border-color: #69BBFF;
 }
</style>