Html Css Color HEX #66CFFF Maya Blue

📋 copy color: '#66CFFF'

red 102 ◦ green 207 ◦ blue 255

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

Shades of Maya Blue #66CFFF

Tints of Maya Blue #66CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.7%

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

R = 18.09%
G = 36.7%
B = 45.21%

CMYK

 C value IS 0.6

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66CFFF (or 0x66CFFF) is known color: Maya Blue. HEX triplet: 66, CF and FF. RGB value is (102,207,255). Sum of RGB (Red+Green+Blue) = 102+207+255=564 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.09% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #66CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CFFF is #993000. Grayscale: #B4B4B4. Windows color (decimal): -10039297 or 16764774. OLE color: 16764774.

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

Color convert

RGB 102 207 255 -
CMYK 0.6 0.19 0 0
HSL 198.82º 1% 0.7% -
HSV(B) 198.82º 0.6% 1% -
XYZ 45.84 54.67 102.74 -
YUV 181.08 169.71 71.6 -
System Red Green Blue C M Y K H S L
Decimal 102 207 255 0.6 0.19 0 0 198.82 1 0.7
Hex 66 CF FF 3C 13 0 0 C7 64 46
Octal 146 317 377 74 23 0 0 307 144 106
Binary 1100110 11001111 11111111 111100 10011 0 0 11000111 1100100 1000110

Color Harmonies of #66CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFFF

Black with #66CFFF

Text Example


Text Example

White with #66CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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