Html Css Color HEX #66CDFE Maya Blue

📋 copy color: '#66CDFE'

red 102 ◦ green 205 ◦ blue 254

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

Shades of Maya Blue #66CDFE

Tints of Maya Blue #66CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.54%

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

R = 18.18%
G = 36.54%
B = 45.28%

CMYK

 C value IS 0.60

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66CDFE (or 0x66CDFE) is known color: Maya Blue. HEX triplet: 66, CD and FE. RGB value is (102,205,254). Sum of RGB (Red+Green+Blue) = 102+205+254=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #66CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CDFE is #993201. Grayscale: #B3B3B3. Windows color (decimal): -10039810 or 16698726. OLE color: 16698726.

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

Color convert

RGB 102 205 254 -
CMYK 0.60 0.19 0 0.00
HSL 199.34º 0.99% 0.7% -
HSV(B) 199.34º 0.6% 1% -
XYZ 45.2 53.64 101.74 -
YUV 179.79 169.88 72.52 -
System Red Green Blue C M Y K H S L
Decimal 102 205 254 0.60 0.19 0 0.00 199.34 0.99 0.7
Hex 66 CD FE 3C 13 0 0 C7 63 46
Octal 146 315 376 74 23 0 0 307 143 106
Binary 1100110 11001101 11111110 111100 10011 0 0 11000111 1100011 1000110

Color Harmonies of #66CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CDFE

Black with #66CDFE

Text Example


Text Example

White with #66CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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