Shades of Malibu #72B7DF
Tints of Malibu #72B7DF
RGB
CMYK
RGB Variations
Color information
#72B7DF (or 0x72B7DF) is known color: Malibu. HEX triplet: 72, B7 and DF. RGB value is (114,183,223). Sum of RGB (Red+Green+Blue) = 114+183+223=520 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.92% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #72B7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B7DF is #8D4820. Grayscale: #A6A6A6. Windows color (decimal): -9259041 or 14661490. OLE color: 14661490.
HSL color Cylindrical-coordinate representation of color #72B7DF: hue angle of 202.02º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72B7DF is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 183 | 223 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.13 |
| HSL | 202.02º | 0.63% | 0.66% | - |
| HSV(B) | 202.02º | 0.49% | 0.87% | - |
| XYZ | 37.19 | 42.77 | 76.11 | - |
| YUV | 166.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 183 | 223 | 0.49 | 0.18 | 0 | 0.13 | 202.02 | 0.63 | 0.66 |
| Hex | 72 | B7 | DF | 31 | 12 | 0 | D | CA | 3F | 42 |
| Octal | 162 | 267 | 337 | 61 | 22 | 0 | 15 | 312 | 77 | 102 |
| Binary | 1110010 | 10110111 | 11011111 | 110001 | 10010 | 0 | 1101 | 11001010 | 111111 | 1000010 |
Color Harmonies of #72B7DF
Complementary color
Monochromatic Colors of #72B7DF
Black with #72B7DF
Text Example
Text Example
White with #72B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B7DF; }
p { color: rgb(114,183,223); }
H1.HeaderClassName
{
color: #72B7DF;
}
.AnyTagClassName
{
color: #72B7DF;
}
</style>
background-color css
<style>
a { background-color: #72B7DF; }
a { background-color: rgb(114,183,223); }
div.DivClassName
{
background-color: #72B7DF;
}
.BgClassName
{
background-color: #72B7DF;
}
</style>
border-color css
<style>
span { border-color: #72B7DF; }
span { border-color: rgb(114,183,223); }
td.TdClassName
{
border-color: #72B7DF;
}
.TagClassName
{
border-color: #72B7DF;
}
</style>