Html Css Color HEX #66CCFF Maya Blue

📋 copy color: '#66CCFF'

red 102 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #66CCFF

Tints of Maya Blue #66CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.36%

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

R = 18.18%
G = 36.36%
B = 45.45%

CMYK

 C value IS 0.6

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66CCFF (or 0x66CCFF) is known color: Maya Blue. HEX triplet: 66, CC and FF. RGB value is (102,204,255). Sum of RGB (Red+Green+Blue) = 102+204+255=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #66CCFF is a web safe color. Inversed color of #66CCFF is #993300. Grayscale: #B3B3B3. Windows color (decimal): -10040065 or 16764006. OLE color: 16764006.

HSL color Cylindrical-coordinate representation of color #66CCFF: hue angle of 200º 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 #66CCFF is Cyan = 0.6, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 204 255 -
CMYK 0.6 0.2 0 0
HSL 200º 1% 0.7% -
HSV(B) 200º 0.6% 1% -
XYZ 45.12 53.23 102.5 -
YUV 179.32 170.71 72.85 -
System Red Green Blue C M Y K H S L
Decimal 102 204 255 0.6 0.2 0 0 200 1 0.7
Hex 66 CC FF 3C 14 0 0 C8 64 46
Octal 146 314 377 74 24 0 0 310 144 106
Binary 1100110 11001100 11111111 111100 10100 0 0 11001000 1100100 1000110

Color Harmonies of #66CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCFF

Black with #66CCFF

Text Example


Text Example

White with #66CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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