Shades of Maya Blue #64AFFB
Tints of Maya Blue #64AFFB
RGB
CMYK
RGB Variations
Color information
#64AFFB (or 0x64AFFB) is known color: Maya Blue. HEX triplet: 64, AF and FB. RGB value is (100,175,251). Sum of RGB (Red+Green+Blue) = 100+175+251=526 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.01% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #64AFFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AFFB is #9B5004. Grayscale: #A0A0A0. Windows color (decimal): -10178565 or 16494436. OLE color: 16494436.
HSL color Cylindrical-coordinate representation of color #64AFFB: hue angle of 210.2º 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 #64AFFB is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 175 | 251 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.02 |
| HSL | 210.2º | 0.95% | 0.69% | - |
| HSV(B) | 210.2º | 0.6% | 0.98% | - |
| XYZ | 38 | 40.33 | 97.05 | - |
| YUV | 161.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 175 | 251 | 0.60 | 0.30 | 0 | 0.02 | 210.2 | 0.95 | 0.69 |
| Hex | 64 | AF | FB | 3C | 1E | 0 | 2 | D2 | 5F | 45 |
| Octal | 144 | 257 | 373 | 74 | 36 | 0 | 2 | 322 | 137 | 105 |
| Binary | 1100100 | 10101111 | 11111011 | 111100 | 11110 | 0 | 10 | 11010010 | 1011111 | 1000101 |
Color Harmonies of #64AFFB
Complementary color
Monochromatic Colors of #64AFFB
Black with #64AFFB
Text Example
Text Example
White with #64AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AFFB; }
p { color: rgb(100,175,251); }
H1.HeaderClassName
{
color: #64AFFB;
}
.AnyTagClassName
{
color: #64AFFB;
}
</style>
background-color css
<style>
a { background-color: #64AFFB; }
a { background-color: rgb(100,175,251); }
div.DivClassName
{
background-color: #64AFFB;
}
.BgClassName
{
background-color: #64AFFB;
}
</style>
border-color css
<style>
span { border-color: #64AFFB; }
span { border-color: rgb(100,175,251); }
td.TdClassName
{
border-color: #64AFFB;
}
.TagClassName
{
border-color: #64AFFB;
}
</style>