Shades of Maya Blue #5FCAFF
Tints of Maya Blue #5FCAFF
RGB
CMYK
RGB Variations
Color information
#5FCAFF (or 0x5FCAFF) is known color: Maya Blue. HEX triplet: 5F, CA and FF. RGB value is (95,202,255). Sum of RGB (Red+Green+Blue) = 95+202+255=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCAFF is #A03500. Grayscale: #AFAFAF. Windows color (decimal): -10499329 or 16763487. OLE color: 16763487.
HSL color Cylindrical-coordinate representation of color #5FCAFF: hue angle of 199.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FCAFF is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 202 | 255 | - |
| CMYK | 0.63 | 0.21 | 0 | 0 |
| HSL | 199.88º | 1% | 0.69% | - |
| HSV(B) | 199.88º | 0.63% | 1% | - |
| XYZ | 43.89 | 51.89 | 102.31 | - |
| YUV | 176.05 | 172.55 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 255 | 0.63 | 0.21 | 0 | 0 | 199.88 | 1 | 0.69 |
| Hex | 5F | CA | FF | 3F | 15 | 0 | 0 | C8 | 64 | 45 |
| Octal | 137 | 312 | 377 | 77 | 25 | 0 | 0 | 310 | 144 | 105 |
| Binary | 1011111 | 11001010 | 11111111 | 111111 | 10101 | 0 | 0 | 11001000 | 1100100 | 1000101 |
Color Harmonies of #5FCAFF
Complementary color
Monochromatic Colors of #5FCAFF
Black with #5FCAFF
Text Example
Text Example
White with #5FCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCAFF; }
p { color: rgb(95,202,255); }
H1.HeaderClassName
{
color: #5FCAFF;
}
.AnyTagClassName
{
color: #5FCAFF;
}
</style>
background-color css
<style>
a { background-color: #5FCAFF; }
a { background-color: rgb(95,202,255); }
div.DivClassName
{
background-color: #5FCAFF;
}
.BgClassName
{
background-color: #5FCAFF;
}
</style>
border-color css
<style>
span { border-color: #5FCAFF; }
span { border-color: rgb(95,202,255); }
td.TdClassName
{
border-color: #5FCAFF;
}
.TagClassName
{
border-color: #5FCAFF;
}
</style>