Shades of Malibu #67B4DD
Tints of Malibu #67B4DD
RGB
CMYK
RGB Variations
Color information
#67B4DD (or 0x67B4DD) is known color: Malibu. HEX triplet: 67, B4 and DD. RGB value is (103,180,221). Sum of RGB (Red+Green+Blue) = 103+180+221=504 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.44% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #67B4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B4DD is #984B22. Grayscale: #A1A1A1. Windows color (decimal): -9980707 or 14529639. OLE color: 14529639.
HSL color Cylindrical-coordinate representation of color #67B4DD: hue angle of 200.85º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67B4DD is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 180 | 221 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.13 |
| HSL | 200.85º | 0.63% | 0.64% | - |
| HSV(B) | 200.85º | 0.53% | 0.87% | - |
| XYZ | 34.97 | 40.75 | 74.43 | - |
| YUV | 161.65 | 161.49 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 180 | 221 | 0.53 | 0.19 | 0 | 0.13 | 200.85 | 0.63 | 0.64 |
| Hex | 67 | B4 | DD | 35 | 13 | 0 | D | C9 | 3F | 40 |
| Octal | 147 | 264 | 335 | 65 | 23 | 0 | 15 | 311 | 77 | 100 |
| Binary | 1100111 | 10110100 | 11011101 | 110101 | 10011 | 0 | 1101 | 11001001 | 111111 | 1000000 |
Color Harmonies of #67B4DD
Complementary color
Monochromatic Colors of #67B4DD
Black with #67B4DD
Text Example
Text Example
White with #67B4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B4DD; }
p { color: rgb(103,180,221); }
H1.HeaderClassName
{
color: #67B4DD;
}
.AnyTagClassName
{
color: #67B4DD;
}
</style>
background-color css
<style>
a { background-color: #67B4DD; }
a { background-color: rgb(103,180,221); }
div.DivClassName
{
background-color: #67B4DD;
}
.BgClassName
{
background-color: #67B4DD;
}
</style>
border-color css
<style>
span { border-color: #67B4DD; }
span { border-color: rgb(103,180,221); }
td.TdClassName
{
border-color: #67B4DD;
}
.TagClassName
{
border-color: #67B4DD;
}
</style>