Shades of Malibu #5FC2ED
Tints of Malibu #5FC2ED
RGB
CMYK
RGB Variations
Color information
#5FC2ED (or 0x5FC2ED) is known color: Malibu. HEX triplet: 5F, C2 and ED. RGB value is (95,194,237). Sum of RGB (Red+Green+Blue) = 95+194+237=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FC2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC2ED is #A03D12. Grayscale: #A9A9A9. Windows color (decimal): -10501395 or 15581791. OLE color: 15581791.
HSL color Cylindrical-coordinate representation of color #5FC2ED: hue angle of 198.17º degrees, saturation: 0.8, 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 #5FC2ED is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 194 | 237 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.07 |
| HSL | 198.17º | 0.8% | 0.65% | - |
| HSV(B) | 198.17º | 0.6% | 0.93% | - |
| XYZ | 39.3 | 47.13 | 87.15 | - |
| YUV | 169.3 | 166.2 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 237 | 0.60 | 0.18 | 0 | 0.07 | 198.17 | 0.8 | 0.65 |
| Hex | 5F | C2 | ED | 3C | 12 | 0 | 7 | C6 | 50 | 41 |
| Octal | 137 | 302 | 355 | 74 | 22 | 0 | 7 | 306 | 120 | 101 |
| Binary | 1011111 | 11000010 | 11101101 | 111100 | 10010 | 0 | 111 | 11000110 | 1010000 | 1000001 |
Color Harmonies of #5FC2ED
Complementary color
Monochromatic Colors of #5FC2ED
Black with #5FC2ED
Text Example
Text Example
White with #5FC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC2ED; }
p { color: rgb(95,194,237); }
H1.HeaderClassName
{
color: #5FC2ED;
}
.AnyTagClassName
{
color: #5FC2ED;
}
</style>
background-color css
<style>
a { background-color: #5FC2ED; }
a { background-color: rgb(95,194,237); }
div.DivClassName
{
background-color: #5FC2ED;
}
.BgClassName
{
background-color: #5FC2ED;
}
</style>
border-color css
<style>
span { border-color: #5FC2ED; }
span { border-color: rgb(95,194,237); }
td.TdClassName
{
border-color: #5FC2ED;
}
.TagClassName
{
border-color: #5FC2ED;
}
</style>