Shades of Maya Blue #64CBFB
Tints of Maya Blue #64CBFB
RGB
CMYK
RGB Variations
Color information
#64CBFB (or 0x64CBFB) is known color: Maya Blue. HEX triplet: 64, CB and FB. RGB value is (100,203,251). Sum of RGB (Red+Green+Blue) = 100+203+251=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #64CBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CBFB is #9B3404. Grayscale: #B1B1B1. Windows color (decimal): -10171397 or 16501604. OLE color: 16501604.
HSL color Cylindrical-coordinate representation of color #64CBFB: hue angle of 199.07º 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 #64CBFB is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 203 | 251 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.02 |
| HSL | 199.07º | 0.95% | 0.69% | - |
| HSV(B) | 199.07º | 0.6% | 0.98% | - |
| XYZ | 44.02 | 52.39 | 99.06 | - |
| YUV | 177.68 | 169.38 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 251 | 0.60 | 0.19 | 0 | 0.02 | 199.07 | 0.95 | 0.69 |
| Hex | 64 | CB | FB | 3C | 13 | 0 | 2 | C7 | 5F | 45 |
| Octal | 144 | 313 | 373 | 74 | 23 | 0 | 2 | 307 | 137 | 105 |
| Binary | 1100100 | 11001011 | 11111011 | 111100 | 10011 | 0 | 10 | 11000111 | 1011111 | 1000101 |
Color Harmonies of #64CBFB
Complementary color
Monochromatic Colors of #64CBFB
Black with #64CBFB
Text Example
Text Example
White with #64CBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBFB; }
p { color: rgb(100,203,251); }
H1.HeaderClassName
{
color: #64CBFB;
}
.AnyTagClassName
{
color: #64CBFB;
}
</style>
background-color css
<style>
a { background-color: #64CBFB; }
a { background-color: rgb(100,203,251); }
div.DivClassName
{
background-color: #64CBFB;
}
.BgClassName
{
background-color: #64CBFB;
}
</style>
border-color css
<style>
span { border-color: #64CBFB; }
span { border-color: rgb(100,203,251); }
td.TdClassName
{
border-color: #64CBFB;
}
.TagClassName
{
border-color: #64CBFB;
}
</style>