Shades of Maya Blue #66CEFD
Tints of Maya Blue #66CEFD
RGB
CMYK
RGB Variations
Color information
#66CEFD (or 0x66CEFD) is known color: Maya Blue. HEX triplet: 66, CE and FD. RGB value is (102,206,253). Sum of RGB (Red+Green+Blue) = 102+206+253=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #66CEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CEFD is #993102. Grayscale: #B3B3B3. Windows color (decimal): -10039555 or 16633446. OLE color: 16633446.
HSL color Cylindrical-coordinate representation of color #66CEFD: hue angle of 198.68º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66CEFD is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 206 | 253 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.01 |
| HSL | 198.68º | 0.97% | 0.7% | - |
| HSV(B) | 198.68º | 0.6% | 0.99% | - |
| XYZ | 45.28 | 54.06 | 100.98 | - |
| YUV | 180.26 | 169.04 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 253 | 0.60 | 0.19 | 0 | 0.01 | 198.68 | 0.97 | 0.7 |
| Hex | 66 | CE | FD | 3C | 13 | 0 | 1 | C7 | 61 | 46 |
| Octal | 146 | 316 | 375 | 74 | 23 | 0 | 1 | 307 | 141 | 106 |
| Binary | 1100110 | 11001110 | 11111101 | 111100 | 10011 | 0 | 1 | 11000111 | 1100001 | 1000110 |
Color Harmonies of #66CEFD
Complementary color
Monochromatic Colors of #66CEFD
Black with #66CEFD
Text Example
Text Example
White with #66CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEFD; }
p { color: rgb(102,206,253); }
H1.HeaderClassName
{
color: #66CEFD;
}
.AnyTagClassName
{
color: #66CEFD;
}
</style>
background-color css
<style>
a { background-color: #66CEFD; }
a { background-color: rgb(102,206,253); }
div.DivClassName
{
background-color: #66CEFD;
}
.BgClassName
{
background-color: #66CEFD;
}
</style>
border-color css
<style>
span { border-color: #66CEFD; }
span { border-color: rgb(102,206,253); }
td.TdClassName
{
border-color: #66CEFD;
}
.TagClassName
{
border-color: #66CEFD;
}
</style>