Shades of Malibu #67B2DF
Tints of Malibu #67B2DF
RGB
CMYK
RGB Variations
Color information
#67B2DF (or 0x67B2DF) is known color: Malibu. HEX triplet: 67, B2 and DF. RGB value is (103,178,223). Sum of RGB (Red+Green+Blue) = 103+178+223=504 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.44% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #67B2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B2DF is #984D20. Grayscale: #A0A0A0. Windows color (decimal): -9981217 or 14660199. OLE color: 14660199.
HSL color Cylindrical-coordinate representation of color #67B2DF: hue angle of 202.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 #67B2DF is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 178 | 223 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.13 |
| HSL | 202.5º | 0.65% | 0.64% | - |
| HSV(B) | 202.5º | 0.54% | 0.87% | - |
| XYZ | 34.83 | 40.05 | 75.71 | - |
| YUV | 160.71 | 163.15 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 178 | 223 | 0.54 | 0.20 | 0 | 0.13 | 202.5 | 0.65 | 0.64 |
| Hex | 67 | B2 | DF | 36 | 14 | 0 | D | CA | 41 | 40 |
| Octal | 147 | 262 | 337 | 66 | 24 | 0 | 15 | 312 | 101 | 100 |
| Binary | 1100111 | 10110010 | 11011111 | 110110 | 10100 | 0 | 1101 | 11001010 | 1000001 | 1000000 |
Color Harmonies of #67B2DF
Complementary color
Monochromatic Colors of #67B2DF
Black with #67B2DF
Text Example
Text Example
White with #67B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B2DF; }
p { color: rgb(103,178,223); }
H1.HeaderClassName
{
color: #67B2DF;
}
.AnyTagClassName
{
color: #67B2DF;
}
</style>
background-color css
<style>
a { background-color: #67B2DF; }
a { background-color: rgb(103,178,223); }
div.DivClassName
{
background-color: #67B2DF;
}
.BgClassName
{
background-color: #67B2DF;
}
</style>
border-color css
<style>
span { border-color: #67B2DF; }
span { border-color: rgb(103,178,223); }
td.TdClassName
{
border-color: #67B2DF;
}
.TagClassName
{
border-color: #67B2DF;
}
</style>