Shades of Maya Blue #66D2FD
Tints of Maya Blue #66D2FD
RGB
CMYK
RGB Variations
Color information
#66D2FD (or 0x66D2FD) is known color: Maya Blue. HEX triplet: 66, D2 and FD. RGB value is (102,210,253). Sum of RGB (Red+Green+Blue) = 102+210+253=565 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.05% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #66D2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D2FD is #992D02. Grayscale: #B6B6B6. Windows color (decimal): -10038531 or 16634470. OLE color: 16634470.
HSL color Cylindrical-coordinate representation of color #66D2FD: hue angle of 197.09º 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 #66D2FD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 210 | 253 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.01 |
| HSL | 197.09º | 0.97% | 0.7% | - |
| HSV(B) | 197.09º | 0.6% | 0.99% | - |
| XYZ | 46.26 | 56.01 | 101.3 | - |
| YUV | 182.61 | 167.72 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 210 | 253 | 0.60 | 0.17 | 0 | 0.01 | 197.09 | 0.97 | 0.7 |
| Hex | 66 | D2 | FD | 3C | 11 | 0 | 1 | C5 | 61 | 46 |
| Octal | 146 | 322 | 375 | 74 | 21 | 0 | 1 | 305 | 141 | 106 |
| Binary | 1100110 | 11010010 | 11111101 | 111100 | 10001 | 0 | 1 | 11000101 | 1100001 | 1000110 |
Color Harmonies of #66D2FD
Complementary color
Monochromatic Colors of #66D2FD
Black with #66D2FD
Text Example
Text Example
White with #66D2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D2FD; }
p { color: rgb(102,210,253); }
H1.HeaderClassName
{
color: #66D2FD;
}
.AnyTagClassName
{
color: #66D2FD;
}
</style>
background-color css
<style>
a { background-color: #66D2FD; }
a { background-color: rgb(102,210,253); }
div.DivClassName
{
background-color: #66D2FD;
}
.BgClassName
{
background-color: #66D2FD;
}
</style>
border-color css
<style>
span { border-color: #66D2FD; }
span { border-color: rgb(102,210,253); }
td.TdClassName
{
border-color: #66D2FD;
}
.TagClassName
{
border-color: #66D2FD;
}
</style>