Html Css Color HEX #66CCFE Maya Blue

📋 copy color: '#66CCFE'

red 102 ◦ green 204 ◦ blue 254

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

Shades of Maya Blue #66CCFE

Tints of Maya Blue #66CCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 18.21%
G = 36.43%
B = 45.36%

CMYK

 C value IS 0.60

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66CCFE (or 0x66CCFE) is known color: Maya Blue. HEX triplet: 66, CC and FE. RGB value is (102,204,254). Sum of RGB (Red+Green+Blue) = 102+204+254=560 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.21% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #66CCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CCFE is #993301. Grayscale: #B2B2B2. Windows color (decimal): -10040066 or 16698470. OLE color: 16698470.

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

Color convert

RGB 102 204 254 -
CMYK 0.60 0.20 0 0.00
HSL 199.74º 0.99% 0.7% -
HSV(B) 199.74º 0.6% 1% -
XYZ 44.96 53.17 101.66 -
YUV 179.2 170.21 72.93 -
System Red Green Blue C M Y K H S L
Decimal 102 204 254 0.60 0.20 0 0.00 199.74 0.99 0.7
Hex 66 CC FE 3C 14 0 0 C8 63 46
Octal 146 314 376 74 24 0 0 310 143 106
Binary 1100110 11001100 11111110 111100 10100 0 0 11001000 1100011 1000110

Color Harmonies of #66CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCFE

Black with #66CCFE

Text Example


Text Example

White with #66CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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