Shades of Malibu #5BC3EF
Tints of Malibu #5BC3EF
RGB
CMYK
RGB Variations
Color information
#5BC3EF (or 0x5BC3EF) is known color: Malibu. HEX triplet: 5B, C3 and EF. RGB value is (91,195,239). Sum of RGB (Red+Green+Blue) = 91+195+239=525 (69% of max value = 765). Red value is 91 (35.94% from 255 or 17.33% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #5BC3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BC3EF is #A43C10. Grayscale: #A8A8A8. Windows color (decimal): -10763281 or 15713115. OLE color: 15713115.
HSL color Cylindrical-coordinate representation of color #5BC3EF: hue angle of 197.84º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BC3EF is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 195 | 239 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.06 |
| HSL | 197.84º | 0.82% | 0.65% | - |
| HSV(B) | 197.84º | 0.62% | 0.94% | - |
| XYZ | 39.41 | 47.49 | 88.75 | - |
| YUV | 168.92 | 167.54 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 195 | 239 | 0.62 | 0.18 | 0 | 0.06 | 197.84 | 0.82 | 0.65 |
| Hex | 5B | C3 | EF | 3E | 12 | 0 | 6 | C6 | 52 | 41 |
| Octal | 133 | 303 | 357 | 76 | 22 | 0 | 6 | 306 | 122 | 101 |
| Binary | 1011011 | 11000011 | 11101111 | 111110 | 10010 | 0 | 110 | 11000110 | 1010010 | 1000001 |
Color Harmonies of #5BC3EF
Complementary color
Monochromatic Colors of #5BC3EF
Black with #5BC3EF
Text Example
Text Example
White with #5BC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC3EF; }
p { color: rgb(91,195,239); }
H1.HeaderClassName
{
color: #5BC3EF;
}
.AnyTagClassName
{
color: #5BC3EF;
}
</style>
background-color css
<style>
a { background-color: #5BC3EF; }
a { background-color: rgb(91,195,239); }
div.DivClassName
{
background-color: #5BC3EF;
}
.BgClassName
{
background-color: #5BC3EF;
}
</style>
border-color css
<style>
span { border-color: #5BC3EF; }
span { border-color: rgb(91,195,239); }
td.TdClassName
{
border-color: #5BC3EF;
}
.TagClassName
{
border-color: #5BC3EF;
}
</style>