Shades of Malibu #67B4DF
Tints of Malibu #67B4DF
RGB
CMYK
RGB Variations
Color information
#67B4DF (or 0x67B4DF) is known color: Malibu. HEX triplet: 67, B4 and DF. RGB value is (103,180,223). Sum of RGB (Red+Green+Blue) = 103+180+223=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #67B4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B4DF is #984B20. Grayscale: #A1A1A1. Windows color (decimal): -9980705 or 14660711. OLE color: 14660711.
HSL color Cylindrical-coordinate representation of color #67B4DF: hue angle of 201.5º 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 #67B4DF is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 180 | 223 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.13 |
| HSL | 201.5º | 0.65% | 0.64% | - |
| HSV(B) | 201.5º | 0.54% | 0.87% | - |
| XYZ | 35.23 | 40.85 | 75.84 | - |
| YUV | 161.88 | 162.49 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 180 | 223 | 0.54 | 0.19 | 0 | 0.13 | 201.5 | 0.65 | 0.64 |
| Hex | 67 | B4 | DF | 36 | 13 | 0 | D | CA | 41 | 40 |
| Octal | 147 | 264 | 337 | 66 | 23 | 0 | 15 | 312 | 101 | 100 |
| Binary | 1100111 | 10110100 | 11011111 | 110110 | 10011 | 0 | 1101 | 11001010 | 1000001 | 1000000 |
Color Harmonies of #67B4DF
Complementary color
Monochromatic Colors of #67B4DF
Black with #67B4DF
Text Example
Text Example
White with #67B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B4DF; }
p { color: rgb(103,180,223); }
H1.HeaderClassName
{
color: #67B4DF;
}
.AnyTagClassName
{
color: #67B4DF;
}
</style>
background-color css
<style>
a { background-color: #67B4DF; }
a { background-color: rgb(103,180,223); }
div.DivClassName
{
background-color: #67B4DF;
}
.BgClassName
{
background-color: #67B4DF;
}
</style>
border-color css
<style>
span { border-color: #67B4DF; }
span { border-color: rgb(103,180,223); }
td.TdClassName
{
border-color: #67B4DF;
}
.TagClassName
{
border-color: #67B4DF;
}
</style>