Shades of Malibu #5FBCDF
Tints of Malibu #5FBCDF
RGB
CMYK
RGB Variations
Color information
#5FBCDF (or 0x5FBCDF) is known color: Malibu. HEX triplet: 5F, BC and DF. RGB value is (95,188,223). Sum of RGB (Red+Green+Blue) = 95+188+223=506 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.77% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FBCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCDF is #A04320. Grayscale: #A3A3A3. Windows color (decimal): -10502945 or 14662751. OLE color: 14662751.
HSL color Cylindrical-coordinate representation of color #5FBCDF: hue angle of 196.41º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FBCDF is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 188 | 223 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.13 |
| HSL | 196.41º | 0.67% | 0.62% | - |
| HSV(B) | 196.41º | 0.57% | 0.87% | - |
| XYZ | 36.02 | 43.73 | 76.35 | - |
| YUV | 164.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 223 | 0.57 | 0.16 | 0 | 0.13 | 196.41 | 0.67 | 0.62 |
| Hex | 5F | BC | DF | 39 | 10 | 0 | D | C4 | 43 | 3E |
| Octal | 137 | 274 | 337 | 71 | 20 | 0 | 15 | 304 | 103 | 76 |
| Binary | 1011111 | 10111100 | 11011111 | 111001 | 10000 | 0 | 1101 | 11000100 | 1000011 | 111110 |
Color Harmonies of #5FBCDF
Complementary color
Monochromatic Colors of #5FBCDF
Black with #5FBCDF
Text Example
Text Example
White with #5FBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBCDF; }
p { color: rgb(95,188,223); }
H1.HeaderClassName
{
color: #5FBCDF;
}
.AnyTagClassName
{
color: #5FBCDF;
}
</style>
background-color css
<style>
a { background-color: #5FBCDF; }
a { background-color: rgb(95,188,223); }
div.DivClassName
{
background-color: #5FBCDF;
}
.BgClassName
{
background-color: #5FBCDF;
}
</style>
border-color css
<style>
span { border-color: #5FBCDF; }
span { border-color: rgb(95,188,223); }
td.TdClassName
{
border-color: #5FBCDF;
}
.TagClassName
{
border-color: #5FBCDF;
}
</style>