Html Css Color HEX #66BBF6 Maya Blue

📋 copy color: '#66BBF6'

red 102 ◦ green 187 ◦ blue 246

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

Shades of Maya Blue #66BBF6

Tints of Maya Blue #66BBF6

RGB

 RED value IS 102 (40.23% from 255) = 19.07%

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

 BLUE value IS 246 (96.48% from 255) = 45.98%

R = 19.07%
G = 34.95%
B = 45.98%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#66BBF6 (or 0x66BBF6) is known color: Maya Blue. HEX triplet: 66, BB and F6. RGB value is (102,187,246). Sum of RGB (Red+Green+Blue) = 102+187+246=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #66BBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BBF6 is #994409. Grayscale: #A7A7A7. Windows color (decimal): -10044426 or 16169830. OLE color: 16169830.

HSL color Cylindrical-coordinate representation of color #66BBF6: hue angle of 204.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66BBF6 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 187 246 -
CMYK 0.59 0.24 0 0.04
HSL 204.58º 0.89% 0.68% -
HSV(B) 204.58º 0.59% 0.96% -
XYZ 39.88 45.02 93.78 -
YUV 168.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 102 187 246 0.59 0.24 0 0.04 204.58 0.89 0.68
Hex 66 BB F6 3B 18 0 4 CD 59 44
Octal 146 273 366 73 30 0 4 315 131 104
Binary 1100110 10111011 11110110 111011 11000 0 100 11001101 1011001 1000100

Color Harmonies of #66BBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BBF6

Black with #66BBF6

Text Example


Text Example

White with #66BBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66BBF6; }

 p { color: rgb(102,187,246); }

 H1.HeaderClassName
 {
   color: #66BBF6;
 }
 .AnyTagClassName
 {
   color: #66BBF6;
 }
</style>

background-color css

<style>
 a { background-color: #66BBF6; }

 a { background-color: rgb(102,187,246); }

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

border-color css

<style>
 span { border-color: #66BBF6; }

 span { border-color: rgb(102,187,246); }

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