Shades of Maya Blue #66B4F9
Tints of Maya Blue #66B4F9
RGB
CMYK
RGB Variations
Color information
#66B4F9 (or 0x66B4F9) is known color: Maya Blue. HEX triplet: 66, B4 and F9. RGB value is (102,180,249). Sum of RGB (Red+Green+Blue) = 102+180+249=531 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.21% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #66B4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B4F9 is #994B06. Grayscale: #A4A4A4. Windows color (decimal): -10046215 or 16364646. OLE color: 16364646.
HSL color Cylindrical-coordinate representation of color #66B4F9: hue angle of 208.16º degrees, saturation: 0.92, 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 #66B4F9 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 180 | 249 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.02 |
| HSL | 208.16º | 0.92% | 0.69% | - |
| HSV(B) | 208.16º | 0.59% | 0.98% | - |
| XYZ | 38.9 | 42.31 | 95.74 | - |
| YUV | 164.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 249 | 0.59 | 0.28 | 0 | 0.02 | 208.16 | 0.92 | 0.69 |
| Hex | 66 | B4 | F9 | 3B | 1C | 0 | 2 | D0 | 5C | 45 |
| Octal | 146 | 264 | 371 | 73 | 34 | 0 | 2 | 320 | 134 | 105 |
| Binary | 1100110 | 10110100 | 11111001 | 111011 | 11100 | 0 | 10 | 11010000 | 1011100 | 1000101 |
Color Harmonies of #66B4F9
Complementary color
Monochromatic Colors of #66B4F9
Black with #66B4F9
Text Example
Text Example
White with #66B4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B4F9; }
p { color: rgb(102,180,249); }
H1.HeaderClassName
{
color: #66B4F9;
}
.AnyTagClassName
{
color: #66B4F9;
}
</style>
background-color css
<style>
a { background-color: #66B4F9; }
a { background-color: rgb(102,180,249); }
div.DivClassName
{
background-color: #66B4F9;
}
.BgClassName
{
background-color: #66B4F9;
}
</style>
border-color css
<style>
span { border-color: #66B4F9; }
span { border-color: rgb(102,180,249); }
td.TdClassName
{
border-color: #66B4F9;
}
.TagClassName
{
border-color: #66B4F9;
}
</style>