Shades of Maya Blue #66B1FD
Tints of Maya Blue #66B1FD
RGB
CMYK
RGB Variations
Color information
#66B1FD (or 0x66B1FD) is known color: Maya Blue. HEX triplet: 66, B1 and FD. RGB value is (102,177,253). Sum of RGB (Red+Green+Blue) = 102+177+253=532 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.17% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #66B1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66B1FD is #994E02. Grayscale: #A2A2A2. Windows color (decimal): -10046979 or 16626022. OLE color: 16626022.
HSL color Cylindrical-coordinate representation of color #66B1FD: hue angle of 210.2º 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 #66B1FD is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 177 | 253 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.01 |
| HSL | 210.2º | 0.97% | 0.7% | - |
| HSV(B) | 210.2º | 0.6% | 0.99% | - |
| XYZ | 38.93 | 41.36 | 98.86 | - |
| YUV | 163.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 253 | 0.60 | 0.30 | 0 | 0.01 | 210.2 | 0.97 | 0.7 |
| Hex | 66 | B1 | FD | 3C | 1E | 0 | 1 | D2 | 61 | 46 |
| Octal | 146 | 261 | 375 | 74 | 36 | 0 | 1 | 322 | 141 | 106 |
| Binary | 1100110 | 10110001 | 11111101 | 111100 | 11110 | 0 | 1 | 11010010 | 1100001 | 1000110 |
Color Harmonies of #66B1FD
Complementary color
Monochromatic Colors of #66B1FD
Black with #66B1FD
Text Example
Text Example
White with #66B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B1FD; }
p { color: rgb(102,177,253); }
H1.HeaderClassName
{
color: #66B1FD;
}
.AnyTagClassName
{
color: #66B1FD;
}
</style>
background-color css
<style>
a { background-color: #66B1FD; }
a { background-color: rgb(102,177,253); }
div.DivClassName
{
background-color: #66B1FD;
}
.BgClassName
{
background-color: #66B1FD;
}
</style>
border-color css
<style>
span { border-color: #66B1FD; }
span { border-color: rgb(102,177,253); }
td.TdClassName
{
border-color: #66B1FD;
}
.TagClassName
{
border-color: #66B1FD;
}
</style>