Shades of Malibu #72BCEA
Tints of Malibu #72BCEA
RGB
CMYK
RGB Variations
Color information
#72BCEA (or 0x72BCEA) is known color: Malibu. HEX triplet: 72, BC and EA. RGB value is (114,188,234). Sum of RGB (Red+Green+Blue) = 114+188+234=536 (70% of max value = 765). Red value is 114 (44.92% from 255 or 21.27% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #72BCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72BCEA is #8D4315. Grayscale: #AAAAAA. Windows color (decimal): -9257750 or 15383666. OLE color: 15383666.
HSL color Cylindrical-coordinate representation of color #72BCEA: hue angle of 203º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72BCEA is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 188 | 234 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.08 |
| HSL | 203º | 0.74% | 0.68% | - |
| HSV(B) | 203º | 0.51% | 0.92% | - |
| XYZ | 39.77 | 45.48 | 84.52 | - |
| YUV | 171.12 | 163.48 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 234 | 0.51 | 0.20 | 0 | 0.08 | 203 | 0.74 | 0.68 |
| Hex | 72 | BC | EA | 33 | 14 | 0 | 8 | CB | 4A | 44 |
| Octal | 162 | 274 | 352 | 63 | 24 | 0 | 10 | 313 | 112 | 104 |
| Binary | 1110010 | 10111100 | 11101010 | 110011 | 10100 | 0 | 1000 | 11001011 | 1001010 | 1000100 |
Color Harmonies of #72BCEA
Complementary color
Monochromatic Colors of #72BCEA
Black with #72BCEA
Text Example
Text Example
White with #72BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BCEA; }
p { color: rgb(114,188,234); }
H1.HeaderClassName
{
color: #72BCEA;
}
.AnyTagClassName
{
color: #72BCEA;
}
</style>
background-color css
<style>
a { background-color: #72BCEA; }
a { background-color: rgb(114,188,234); }
div.DivClassName
{
background-color: #72BCEA;
}
.BgClassName
{
background-color: #72BCEA;
}
</style>
border-color css
<style>
span { border-color: #72BCEA; }
span { border-color: rgb(114,188,234); }
td.TdClassName
{
border-color: #72BCEA;
}
.TagClassName
{
border-color: #72BCEA;
}
</style>