Html Css Color HEX #66CDFF Maya Blue

📋 copy color: '#66CDFF'

red 102 ◦ green 205 ◦ blue 255

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

Shades of Maya Blue #66CDFF

Tints of Maya Blue #66CDFF

RGB

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

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

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

R = 18.15%
G = 36.48%
B = 45.37%

CMYK

 C value IS 0.6

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66CDFF (or 0x66CDFF) is known color: Maya Blue. HEX triplet: 66, CD and FF. RGB value is (102,205,255). Sum of RGB (Red+Green+Blue) = 102+205+255=562 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.15% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #66CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CDFF is #993200. Grayscale: #B3B3B3. Windows color (decimal): -10039809 or 16764262. OLE color: 16764262.

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

Color convert

RGB 102 205 255 -
CMYK 0.6 0.20 0 0
HSL 199.61º 1% 0.7% -
HSV(B) 199.61º 0.6% 1% -
XYZ 45.36 53.71 102.58 -
YUV 179.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 102 205 255 0.6 0.20 0 0 199.61 1 0.7
Hex 66 CD FF 3C 14 0 0 C8 64 46
Octal 146 315 377 74 24 0 0 310 144 106
Binary 1100110 11001101 11111111 111100 10100 0 0 11001000 1100100 1000110

Color Harmonies of #66CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CDFF

Black with #66CDFF

Text Example


Text Example

White with #66CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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