Shades of Maya Blue #64CCFB
Tints of Maya Blue #64CCFB
RGB
CMYK
RGB Variations
Color information
#64CCFB (or 0x64CCFB) is known color: Maya Blue. HEX triplet: 64, CC and FB. RGB value is (100,204,251). Sum of RGB (Red+Green+Blue) = 100+204+251=555 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.02% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #64CCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CCFB is #9B3304. Grayscale: #B1B1B1. Windows color (decimal): -10171141 or 16501860. OLE color: 16501860.
HSL color Cylindrical-coordinate representation of color #64CCFB: hue angle of 198.68º degrees, saturation: 0.95, 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 #64CCFB is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 204 | 251 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.02 |
| HSL | 198.68º | 0.95% | 0.69% | - |
| HSV(B) | 198.68º | 0.6% | 0.98% | - |
| XYZ | 44.26 | 52.86 | 99.14 | - |
| YUV | 178.26 | 169.04 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 251 | 0.60 | 0.19 | 0 | 0.02 | 198.68 | 0.95 | 0.69 |
| Hex | 64 | CC | FB | 3C | 13 | 0 | 2 | C7 | 5F | 45 |
| Octal | 144 | 314 | 373 | 74 | 23 | 0 | 2 | 307 | 137 | 105 |
| Binary | 1100100 | 11001100 | 11111011 | 111100 | 10011 | 0 | 10 | 11000111 | 1011111 | 1000101 |
Color Harmonies of #64CCFB
Complementary color
Monochromatic Colors of #64CCFB
Black with #64CCFB
Text Example
Text Example
White with #64CCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CCFB; }
p { color: rgb(100,204,251); }
H1.HeaderClassName
{
color: #64CCFB;
}
.AnyTagClassName
{
color: #64CCFB;
}
</style>
background-color css
<style>
a { background-color: #64CCFB; }
a { background-color: rgb(100,204,251); }
div.DivClassName
{
background-color: #64CCFB;
}
.BgClassName
{
background-color: #64CCFB;
}
</style>
border-color css
<style>
span { border-color: #64CCFB; }
span { border-color: rgb(100,204,251); }
td.TdClassName
{
border-color: #64CCFB;
}
.TagClassName
{
border-color: #64CCFB;
}
</style>