Shades of Maya Blue #64CBFE
Tints of Maya Blue #64CBFE
RGB
CMYK
RGB Variations
Color information
#64CBFE (or 0x64CBFE) is known color: Maya Blue. HEX triplet: 64, CB and FE. RGB value is (100,203,254). Sum of RGB (Red+Green+Blue) = 100+203+254=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #64CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CBFE is #9B3401. Grayscale: #B1B1B1. Windows color (decimal): -10171394 or 16698212. OLE color: 16698212.
HSL color Cylindrical-coordinate representation of color #64CBFE: hue angle of 199.87º 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 #64CBFE is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 203 | 254 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.00 |
| HSL | 199.87º | 0.99% | 0.69% | - |
| HSV(B) | 199.87º | 0.61% | 1% | - |
| XYZ | 44.5 | 52.58 | 101.57 | - |
| YUV | 178.02 | 170.88 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 203 | 254 | 0.61 | 0.20 | 0 | 0.00 | 199.87 | 0.99 | 0.69 |
| Hex | 64 | CB | FE | 3D | 14 | 0 | 0 | C8 | 63 | 45 |
| Octal | 144 | 313 | 376 | 75 | 24 | 0 | 0 | 310 | 143 | 105 |
| Binary | 1100100 | 11001011 | 11111110 | 111101 | 10100 | 0 | 0 | 11001000 | 1100011 | 1000101 |
Color Harmonies of #64CBFE
Complementary color
Monochromatic Colors of #64CBFE
Black with #64CBFE
Text Example
Text Example
White with #64CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CBFE; }
p { color: rgb(100,203,254); }
H1.HeaderClassName
{
color: #64CBFE;
}
.AnyTagClassName
{
color: #64CBFE;
}
</style>
background-color css
<style>
a { background-color: #64CBFE; }
a { background-color: rgb(100,203,254); }
div.DivClassName
{
background-color: #64CBFE;
}
.BgClassName
{
background-color: #64CBFE;
}
</style>
border-color css
<style>
span { border-color: #64CBFE; }
span { border-color: rgb(100,203,254); }
td.TdClassName
{
border-color: #64CBFE;
}
.TagClassName
{
border-color: #64CBFE;
}
</style>