Shades of Maya Blue #66CBFD
Tints of Maya Blue #66CBFD
RGB
CMYK
RGB Variations
Color information
#66CBFD (or 0x66CBFD) is known color: Maya Blue. HEX triplet: 66, CB and FD. RGB value is (102,203,253). Sum of RGB (Red+Green+Blue) = 102+203+253=558 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.28% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #66CBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CBFD is #993402. Grayscale: #B2B2B2. Windows color (decimal): -10040323 or 16632678. OLE color: 16632678.
HSL color Cylindrical-coordinate representation of color #66CBFD: hue angle of 199.87º 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 #66CBFD is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 203 | 253 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.01 |
| HSL | 199.87º | 0.97% | 0.7% | - |
| HSV(B) | 199.87º | 0.6% | 0.99% | - |
| XYZ | 44.57 | 52.63 | 100.74 | - |
| YUV | 178.5 | 170.04 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 253 | 0.60 | 0.20 | 0 | 0.01 | 199.87 | 0.97 | 0.7 |
| Hex | 66 | CB | FD | 3C | 14 | 0 | 1 | C8 | 61 | 46 |
| Octal | 146 | 313 | 375 | 74 | 24 | 0 | 1 | 310 | 141 | 106 |
| Binary | 1100110 | 11001011 | 11111101 | 111100 | 10100 | 0 | 1 | 11001000 | 1100001 | 1000110 |
Color Harmonies of #66CBFD
Complementary color
Monochromatic Colors of #66CBFD
Black with #66CBFD
Text Example
Text Example
White with #66CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBFD; }
p { color: rgb(102,203,253); }
H1.HeaderClassName
{
color: #66CBFD;
}
.AnyTagClassName
{
color: #66CBFD;
}
</style>
background-color css
<style>
a { background-color: #66CBFD; }
a { background-color: rgb(102,203,253); }
div.DivClassName
{
background-color: #66CBFD;
}
.BgClassName
{
background-color: #66CBFD;
}
</style>
border-color css
<style>
span { border-color: #66CBFD; }
span { border-color: rgb(102,203,253); }
td.TdClassName
{
border-color: #66CBFD;
}
.TagClassName
{
border-color: #66CBFD;
}
</style>