Html Css Color HEX #66C8FE Maya Blue

📋 copy color: '#66C8FE'

red 102 ◦ green 200 ◦ blue 254

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

Shades of Maya Blue #66C8FE

Tints of Maya Blue #66C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.97%

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

R = 18.35%
G = 35.97%
B = 45.68%

CMYK

 C value IS 0.60

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66C8FE (or 0x66C8FE) is known color: Maya Blue. HEX triplet: 66, C8 and FE. RGB value is (102,200,254). Sum of RGB (Red+Green+Blue) = 102+200+254=556 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.35% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #66C8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C8FE is #993701. Grayscale: #B0B0B0. Windows color (decimal): -10041090 or 16697446. OLE color: 16697446.

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

Color convert

RGB 102 200 254 -
CMYK 0.60 0.21 0 0.00
HSL 201.32º 0.99% 0.7% -
HSV(B) 201.32º 0.6% 1% -
XYZ 44.02 51.29 101.35 -
YUV 176.85 171.53 74.61 -
System Red Green Blue C M Y K H S L
Decimal 102 200 254 0.60 0.21 0 0.00 201.32 0.99 0.7
Hex 66 C8 FE 3C 15 0 0 C9 63 46
Octal 146 310 376 74 25 0 0 311 143 106
Binary 1100110 11001000 11111110 111100 10101 0 0 11001001 1100011 1000110

Color Harmonies of #66C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C8FE

Black with #66C8FE

Text Example


Text Example

White with #66C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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