Html Css Color HEX #66C0FA Maya Blue

📋 copy color: '#66C0FA'

red 102 ◦ green 192 ◦ blue 250

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

Shades of Maya Blue #66C0FA

Tints of Maya Blue #66C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.29%

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

R = 18.75%
G = 35.29%
B = 45.96%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#66C0FA (or 0x66C0FA) is known color: Maya Blue. HEX triplet: 66, C0 and FA. RGB value is (102,192,250). Sum of RGB (Red+Green+Blue) = 102+192+250=544 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.75% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #66C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C0FA is #993F05. Grayscale: #ABABAB. Windows color (decimal): -10043142 or 16433254. OLE color: 16433254.

HSL color Cylindrical-coordinate representation of color #66C0FA: hue angle of 203.51º 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 #66C0FA is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 192 250 -
CMYK 0.59 0.23 0 0.02
HSL 203.51º 0.94% 0.69% -
HSV(B) 203.51º 0.59% 0.98% -
XYZ 41.58 47.43 97.4 -
YUV 171.7 172.18 78.28 -
System Red Green Blue C M Y K H S L
Decimal 102 192 250 0.59 0.23 0 0.02 203.51 0.94 0.69
Hex 66 C0 FA 3B 17 0 2 CC 5E 45
Octal 146 300 372 73 27 0 2 314 136 105
Binary 1100110 11000000 11111010 111011 10111 0 10 11001100 1011110 1000101

Color Harmonies of #66C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C0FA

Black with #66C0FA

Text Example


Text Example

White with #66C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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