Html Css Color HEX #66BCF6 Maya Blue

📋 copy color: '#66BCF6'

red 102 ◦ green 188 ◦ blue 246

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

Shades of Maya Blue #66BCF6

Tints of Maya Blue #66BCF6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.07%

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

R = 19.03%
G = 35.07%
B = 45.9%

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

#66BCF6 (or 0x66BCF6) is known color: Maya Blue. HEX triplet: 66, BC and F6. RGB value is (102,188,246). Sum of RGB (Red+Green+Blue) = 102+188+246=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #66BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCF6 is #994309. Grayscale: #A8A8A8. Windows color (decimal): -10044170 or 16170086. OLE color: 16170086.

HSL color Cylindrical-coordinate representation of color #66BCF6: hue angle of 204.17º 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 #66BCF6 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 188 246 -
CMYK 0.59 0.24 0 0.04
HSL 204.17º 0.89% 0.68% -
HSV(B) 204.17º 0.59% 0.96% -
XYZ 40.1 45.45 93.85 -
YUV 168.9 171.51 80.28 -
System Red Green Blue C M Y K H S L
Decimal 102 188 246 0.59 0.24 0 0.04 204.17 0.89 0.68
Hex 66 BC F6 3B 18 0 4 CC 59 44
Octal 146 274 366 73 30 0 4 314 131 104
Binary 1100110 10111100 11110110 111011 11000 0 100 11001100 1011001 1000100

Color Harmonies of #66BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCF6

Black with #66BCF6

Text Example


Text Example

White with #66BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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