Shades of Maya Blue #64CCFE
Tints of Maya Blue #64CCFE
RGB
CMYK
RGB Variations
Color information
#64CCFE (or 0x64CCFE) is known color: Maya Blue. HEX triplet: 64, CC and FE. RGB value is (100,204,254). Sum of RGB (Red+Green+Blue) = 100+204+254=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #64CCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CCFE is #9B3301. Grayscale: #B2B2B2. Windows color (decimal): -10171138 or 16698468. OLE color: 16698468.
HSL color Cylindrical-coordinate representation of color #64CCFE: hue angle of 199.48º 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 #64CCFE is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 204 | 254 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.00 |
| HSL | 199.48º | 0.99% | 0.69% | - |
| HSV(B) | 199.48º | 0.61% | 1% | - |
| XYZ | 44.74 | 53.05 | 101.65 | - |
| YUV | 178.6 | 170.54 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 254 | 0.61 | 0.20 | 0 | 0.00 | 199.48 | 0.99 | 0.69 |
| Hex | 64 | CC | FE | 3D | 14 | 0 | 0 | C7 | 63 | 45 |
| Octal | 144 | 314 | 376 | 75 | 24 | 0 | 0 | 307 | 143 | 105 |
| Binary | 1100100 | 11001100 | 11111110 | 111101 | 10100 | 0 | 0 | 11000111 | 1100011 | 1000101 |
Color Harmonies of #64CCFE
Complementary color
Monochromatic Colors of #64CCFE
Black with #64CCFE
Text Example
Text Example
White with #64CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCFE; }
p { color: rgb(100,204,254); }
H1.HeaderClassName
{
color: #64CCFE;
}
.AnyTagClassName
{
color: #64CCFE;
}
</style>
background-color css
<style>
a { background-color: #64CCFE; }
a { background-color: rgb(100,204,254); }
div.DivClassName
{
background-color: #64CCFE;
}
.BgClassName
{
background-color: #64CCFE;
}
</style>
border-color css
<style>
span { border-color: #64CCFE; }
span { border-color: rgb(100,204,254); }
td.TdClassName
{
border-color: #64CCFE;
}
.TagClassName
{
border-color: #64CCFE;
}
</style>