Shades of Malibu #67B5DF
Tints of Malibu #67B5DF
RGB
CMYK
RGB Variations
Color information
#67B5DF (or 0x67B5DF) is known color: Malibu. HEX triplet: 67, B5 and DF. RGB value is (103,181,223). Sum of RGB (Red+Green+Blue) = 103+181+223=507 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.32% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #67B5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B5DF is #984A20. Grayscale: #A2A2A2. Windows color (decimal): -9980449 or 14660967. OLE color: 14660967.
HSL color Cylindrical-coordinate representation of color #67B5DF: hue angle of 201º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67B5DF is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 181 | 223 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.13 |
| HSL | 201º | 0.65% | 0.64% | - |
| HSV(B) | 201º | 0.54% | 0.87% | - |
| XYZ | 35.44 | 41.26 | 75.91 | - |
| YUV | 162.47 | 162.16 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 181 | 223 | 0.54 | 0.19 | 0 | 0.13 | 201 | 0.65 | 0.64 |
| Hex | 67 | B5 | DF | 36 | 13 | 0 | D | C9 | 41 | 40 |
| Octal | 147 | 265 | 337 | 66 | 23 | 0 | 15 | 311 | 101 | 100 |
| Binary | 1100111 | 10110101 | 11011111 | 110110 | 10011 | 0 | 1101 | 11001001 | 1000001 | 1000000 |
Color Harmonies of #67B5DF
Complementary color
Monochromatic Colors of #67B5DF
Black with #67B5DF
Text Example
Text Example
White with #67B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B5DF; }
p { color: rgb(103,181,223); }
H1.HeaderClassName
{
color: #67B5DF;
}
.AnyTagClassName
{
color: #67B5DF;
}
</style>
background-color css
<style>
a { background-color: #67B5DF; }
a { background-color: rgb(103,181,223); }
div.DivClassName
{
background-color: #67B5DF;
}
.BgClassName
{
background-color: #67B5DF;
}
</style>
border-color css
<style>
span { border-color: #67B5DF; }
span { border-color: rgb(103,181,223); }
td.TdClassName
{
border-color: #67B5DF;
}
.TagClassName
{
border-color: #67B5DF;
}
</style>