Html Css Color HEX #66B2FF Maya Blue

📋 copy color: '#66B2FF'

red 102 ◦ green 178 ◦ blue 255

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

Shades of Maya Blue #66B2FF

Tints of Maya Blue #66B2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.27%

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

R = 19.07%
G = 33.27%
B = 47.66%

CMYK

 C value IS 0.6

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66B2FF (or 0x66B2FF) is known color: Maya Blue. HEX triplet: 66, B2 and FF. RGB value is (102,178,255). Sum of RGB (Red+Green+Blue) = 102+178+255=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #66B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B2FF is #994D00. Grayscale: #A3A3A3. Windows color (decimal): -10046721 or 16757350. OLE color: 16757350.

HSL color Cylindrical-coordinate representation of color #66B2FF: hue angle of 210.2º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66B2FF is Cyan = 0.6, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 178 255 -
CMYK 0.6 0.30 0 0
HSL 210.2º 1% 0.7% -
HSV(B) 210.2º 0.6% 1% -
XYZ 39.45 41.89 100.61 -
YUV 164.05 179.32 83.74 -
System Red Green Blue C M Y K H S L
Decimal 102 178 255 0.6 0.30 0 0 210.2 1 0.7
Hex 66 B2 FF 3C 1E 0 0 D2 64 46
Octal 146 262 377 74 36 0 0 322 144 106
Binary 1100110 10110010 11111111 111100 11110 0 0 11010010 1100100 1000110

Color Harmonies of #66B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B2FF

Black with #66B2FF

Text Example


Text Example

White with #66B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,178,255); }

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

background-color css

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

 a { background-color: rgb(102,178,255); }

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

border-color css

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

 span { border-color: rgb(102,178,255); }

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