Shades of Maya Blue #64CEFA
Tints of Maya Blue #64CEFA
RGB
CMYK
RGB Variations
Color information
#64CEFA (or 0x64CEFA) is known color: Maya Blue. HEX triplet: 64, CE and FA. RGB value is (100,206,250). Sum of RGB (Red+Green+Blue) = 100+206+250=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #64CEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CEFA is #9B3105. Grayscale: #B3B3B3. Windows color (decimal): -10170630 or 16436836. OLE color: 16436836.
HSL color Cylindrical-coordinate representation of color #64CEFA: hue angle of 197.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64CEFA is Cyan = 0.6, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 206 | 250 | - |
| CMYK | 0.6 | 0.18 | 0 | 0.02 |
| HSL | 197.6º | 0.94% | 0.69% | - |
| HSV(B) | 197.6º | 0.6% | 0.98% | - |
| XYZ | 44.58 | 53.75 | 98.47 | - |
| YUV | 179.32 | 167.88 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 250 | 0.6 | 0.18 | 0 | 0.02 | 197.6 | 0.94 | 0.69 |
| Hex | 64 | CE | FA | 3C | 12 | 0 | 2 | C6 | 5E | 45 |
| Octal | 144 | 316 | 372 | 74 | 22 | 0 | 2 | 306 | 136 | 105 |
| Binary | 1100100 | 11001110 | 11111010 | 111100 | 10010 | 0 | 10 | 11000110 | 1011110 | 1000101 |
Color Harmonies of #64CEFA
Complementary color
Monochromatic Colors of #64CEFA
Black with #64CEFA
Text Example
Text Example
White with #64CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CEFA; }
p { color: rgb(100,206,250); }
H1.HeaderClassName
{
color: #64CEFA;
}
.AnyTagClassName
{
color: #64CEFA;
}
</style>
background-color css
<style>
a { background-color: #64CEFA; }
a { background-color: rgb(100,206,250); }
div.DivClassName
{
background-color: #64CEFA;
}
.BgClassName
{
background-color: #64CEFA;
}
</style>
border-color css
<style>
span { border-color: #64CEFA; }
span { border-color: rgb(100,206,250); }
td.TdClassName
{
border-color: #64CEFA;
}
.TagClassName
{
border-color: #64CEFA;
}
</style>