Shades of Maya Blue #64CBFC
Tints of Maya Blue #64CBFC
RGB
CMYK
RGB Variations
Color information
#64CBFC (or 0x64CBFC) is known color: Maya Blue. HEX triplet: 64, CB and FC. RGB value is (100,203,252). Sum of RGB (Red+Green+Blue) = 100+203+252=555 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.02% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #64CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CBFC is #9B3403. Grayscale: #B1B1B1. Windows color (decimal): -10171396 or 16567140. OLE color: 16567140.
HSL color Cylindrical-coordinate representation of color #64CBFC: hue angle of 199.34º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64CBFC is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 203 | 252 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.01 |
| HSL | 199.34º | 0.96% | 0.69% | - |
| HSV(B) | 199.34º | 0.6% | 0.99% | - |
| XYZ | 44.18 | 52.45 | 99.89 | - |
| YUV | 177.79 | 169.88 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 252 | 0.60 | 0.19 | 0 | 0.01 | 199.34 | 0.96 | 0.69 |
| Hex | 64 | CB | FC | 3C | 13 | 0 | 1 | C7 | 60 | 45 |
| Octal | 144 | 313 | 374 | 74 | 23 | 0 | 1 | 307 | 140 | 105 |
| Binary | 1100100 | 11001011 | 11111100 | 111100 | 10011 | 0 | 1 | 11000111 | 1100000 | 1000101 |
Color Harmonies of #64CBFC
Complementary color
Monochromatic Colors of #64CBFC
Black with #64CBFC
Text Example
Text Example
White with #64CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBFC; }
p { color: rgb(100,203,252); }
H1.HeaderClassName
{
color: #64CBFC;
}
.AnyTagClassName
{
color: #64CBFC;
}
</style>
background-color css
<style>
a { background-color: #64CBFC; }
a { background-color: rgb(100,203,252); }
div.DivClassName
{
background-color: #64CBFC;
}
.BgClassName
{
background-color: #64CBFC;
}
</style>
border-color css
<style>
span { border-color: #64CBFC; }
span { border-color: rgb(100,203,252); }
td.TdClassName
{
border-color: #64CBFC;
}
.TagClassName
{
border-color: #64CBFC;
}
</style>