Shades of Malibu #5BBCE7
Tints of Malibu #5BBCE7
RGB
CMYK
RGB Variations
Color information
#5BBCE7 (or 0x5BBCE7) is known color: Malibu. HEX triplet: 5B, BC and E7. RGB value is (91,188,231). Sum of RGB (Red+Green+Blue) = 91+188+231=510 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.84% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #5BBCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5BBCE7 is #A44318. Grayscale: #A3A3A3. Windows color (decimal): -10765081 or 15187035. OLE color: 15187035.
HSL color Cylindrical-coordinate representation of color #5BBCE7: hue angle of 198.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5BBCE7 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 188 | 231 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.09 |
| HSL | 198.43º | 0.74% | 0.63% | - |
| HSV(B) | 198.43º | 0.61% | 0.91% | - |
| XYZ | 36.72 | 43.96 | 82.15 | - |
| YUV | 163.9 | 165.86 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 231 | 0.61 | 0.19 | 0 | 0.09 | 198.43 | 0.74 | 0.63 |
| Hex | 5B | BC | E7 | 3D | 13 | 0 | 9 | C6 | 4A | 3F |
| Octal | 133 | 274 | 347 | 75 | 23 | 0 | 11 | 306 | 112 | 77 |
| Binary | 1011011 | 10111100 | 11100111 | 111101 | 10011 | 0 | 1001 | 11000110 | 1001010 | 111111 |
Color Harmonies of #5BBCE7
Complementary color
Monochromatic Colors of #5BBCE7
Black with #5BBCE7
Text Example
Text Example
White with #5BBCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBCE7; }
p { color: rgb(91,188,231); }
H1.HeaderClassName
{
color: #5BBCE7;
}
.AnyTagClassName
{
color: #5BBCE7;
}
</style>
background-color css
<style>
a { background-color: #5BBCE7; }
a { background-color: rgb(91,188,231); }
div.DivClassName
{
background-color: #5BBCE7;
}
.BgClassName
{
background-color: #5BBCE7;
}
</style>
border-color css
<style>
span { border-color: #5BBCE7; }
span { border-color: rgb(91,188,231); }
td.TdClassName
{
border-color: #5BBCE7;
}
.TagClassName
{
border-color: #5BBCE7;
}
</style>