Shades of Malibu #5FAFEE
Tints of Malibu #5FAFEE
RGB
CMYK
RGB Variations
Color information
#5FAFEE (or 0x5FAFEE) is known color: Malibu. HEX triplet: 5F, AF and EE. RGB value is (95,175,238). Sum of RGB (Red+Green+Blue) = 95+175+238=508 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.70% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FAFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAFEE is #A05011. Grayscale: #9D9D9D. Windows color (decimal): -10506258 or 15642463. OLE color: 15642463.
HSL color Cylindrical-coordinate representation of color #5FAFEE: hue angle of 206.43º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FAFEE is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 175 | 238 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.07 |
| HSL | 206.43º | 0.81% | 0.65% | - |
| HSV(B) | 206.43º | 0.6% | 0.93% | - |
| XYZ | 35.48 | 39.27 | 86.6 | - |
| YUV | 158.26 | 173 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 238 | 0.60 | 0.26 | 0 | 0.07 | 206.43 | 0.81 | 0.65 |
| Hex | 5F | AF | EE | 3C | 1A | 0 | 7 | CE | 51 | 41 |
| Octal | 137 | 257 | 356 | 74 | 32 | 0 | 7 | 316 | 121 | 101 |
| Binary | 1011111 | 10101111 | 11101110 | 111100 | 11010 | 0 | 111 | 11001110 | 1010001 | 1000001 |
Color Harmonies of #5FAFEE
Complementary color
Monochromatic Colors of #5FAFEE
Black with #5FAFEE
Text Example
Text Example
White with #5FAFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFEE; }
p { color: rgb(95,175,238); }
H1.HeaderClassName
{
color: #5FAFEE;
}
.AnyTagClassName
{
color: #5FAFEE;
}
</style>
background-color css
<style>
a { background-color: #5FAFEE; }
a { background-color: rgb(95,175,238); }
div.DivClassName
{
background-color: #5FAFEE;
}
.BgClassName
{
background-color: #5FAFEE;
}
</style>
border-color css
<style>
span { border-color: #5FAFEE; }
span { border-color: rgb(95,175,238); }
td.TdClassName
{
border-color: #5FAFEE;
}
.TagClassName
{
border-color: #5FAFEE;
}
</style>