Shades of Maya Blue #64CEFE
Tints of Maya Blue #64CEFE
RGB
CMYK
RGB Variations
Color information
#64CEFE (or 0x64CEFE) is known color: Maya Blue. HEX triplet: 64, CE and FE. RGB value is (100,206,254). Sum of RGB (Red+Green+Blue) = 100+206+254=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #64CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CEFE is #9B3101. Grayscale: #B3B3B3. Windows color (decimal): -10170626 or 16698980. OLE color: 16698980.
HSL color Cylindrical-coordinate representation of color #64CEFE: hue angle of 198.7º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64CEFE is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 206 | 254 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.00 |
| HSL | 198.7º | 0.99% | 0.69% | - |
| HSV(B) | 198.7º | 0.61% | 1% | - |
| XYZ | 45.22 | 54.01 | 101.81 | - |
| YUV | 179.78 | 169.88 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 206 | 254 | 0.61 | 0.19 | 0 | 0.00 | 198.7 | 0.99 | 0.69 |
| Hex | 64 | CE | FE | 3D | 13 | 0 | 0 | C7 | 63 | 45 |
| Octal | 144 | 316 | 376 | 75 | 23 | 0 | 0 | 307 | 143 | 105 |
| Binary | 1100100 | 11001110 | 11111110 | 111101 | 10011 | 0 | 0 | 11000111 | 1100011 | 1000101 |
Color Harmonies of #64CEFE
Complementary color
Monochromatic Colors of #64CEFE
Black with #64CEFE
Text Example
Text Example
White with #64CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CEFE; }
p { color: rgb(100,206,254); }
H1.HeaderClassName
{
color: #64CEFE;
}
.AnyTagClassName
{
color: #64CEFE;
}
</style>
background-color css
<style>
a { background-color: #64CEFE; }
a { background-color: rgb(100,206,254); }
div.DivClassName
{
background-color: #64CEFE;
}
.BgClassName
{
background-color: #64CEFE;
}
</style>
border-color css
<style>
span { border-color: #64CEFE; }
span { border-color: rgb(100,206,254); }
td.TdClassName
{
border-color: #64CEFE;
}
.TagClassName
{
border-color: #64CEFE;
}
</style>