Shades of Maya Blue #64CDFE
Tints of Maya Blue #64CDFE
RGB
CMYK
RGB Variations
Color information
#64CDFE (or 0x64CDFE) is known color: Maya Blue. HEX triplet: 64, CD and FE. RGB value is (100,205,254). Sum of RGB (Red+Green+Blue) = 100+205+254=559 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.89% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #64CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CDFE is #9B3201. Grayscale: #B2B2B2. Windows color (decimal): -10170882 or 16698724. OLE color: 16698724.
HSL color Cylindrical-coordinate representation of color #64CDFE: hue angle of 199.09º 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 #64CDFE is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 205 | 254 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.00 |
| HSL | 199.09º | 0.99% | 0.69% | - |
| HSV(B) | 199.09º | 0.61% | 1% | - |
| XYZ | 44.98 | 53.53 | 101.73 | - |
| YUV | 179.19 | 170.21 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 205 | 254 | 0.61 | 0.19 | 0 | 0.00 | 199.09 | 0.99 | 0.69 |
| Hex | 64 | CD | FE | 3D | 13 | 0 | 0 | C7 | 63 | 45 |
| Octal | 144 | 315 | 376 | 75 | 23 | 0 | 0 | 307 | 143 | 105 |
| Binary | 1100100 | 11001101 | 11111110 | 111101 | 10011 | 0 | 0 | 11000111 | 1100011 | 1000101 |
Color Harmonies of #64CDFE
Complementary color
Monochromatic Colors of #64CDFE
Black with #64CDFE
Text Example
Text Example
White with #64CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CDFE; }
p { color: rgb(100,205,254); }
H1.HeaderClassName
{
color: #64CDFE;
}
.AnyTagClassName
{
color: #64CDFE;
}
</style>
background-color css
<style>
a { background-color: #64CDFE; }
a { background-color: rgb(100,205,254); }
div.DivClassName
{
background-color: #64CDFE;
}
.BgClassName
{
background-color: #64CDFE;
}
</style>
border-color css
<style>
span { border-color: #64CDFE; }
span { border-color: rgb(100,205,254); }
td.TdClassName
{
border-color: #64CDFE;
}
.TagClassName
{
border-color: #64CDFE;
}
</style>