Html Css Color HEX #66CFFA Maya Blue

📋 copy color: '#66CFFA'

red 102 ◦ green 207 ◦ blue 250

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

Shades of Maya Blue #66CFFA

Tints of Maya Blue #66CFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 18.25%
G = 37.03%
B = 44.72%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#66CFFA (or 0x66CFFA) is known color: Maya Blue. HEX triplet: 66, CF and FA. RGB value is (102,207,250). Sum of RGB (Red+Green+Blue) = 102+207+250=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #66CFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CFFA is #993005. Grayscale: #B4B4B4. Windows color (decimal): -10039302 or 16437094. OLE color: 16437094.

HSL color Cylindrical-coordinate representation of color #66CFFA: hue angle of 197.43º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66CFFA is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 207 250 -
CMYK 0.59 0.17 0 0.02
HSL 197.43º 0.94% 0.69% -
HSV(B) 197.43º 0.59% 0.98% -
XYZ 45.05 54.35 98.56 -
YUV 180.51 167.21 72 -
System Red Green Blue C M Y K H S L
Decimal 102 207 250 0.59 0.17 0 0.02 197.43 0.94 0.69
Hex 66 CF FA 3B 11 0 2 C5 5E 45
Octal 146 317 372 73 21 0 2 305 136 105
Binary 1100110 11001111 11111010 111011 10001 0 10 11000101 1011110 1000101

Color Harmonies of #66CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CFFA

Black with #66CFFA

Text Example


Text Example

White with #66CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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