Shades of Malibu #67BBEC
Tints of Malibu #67BBEC
RGB
CMYK
RGB Variations
Color information
#67BBEC (or 0x67BBEC) is known color: Malibu. HEX triplet: 67, BB and EC. RGB value is (103,187,236). Sum of RGB (Red+Green+Blue) = 103+187+236=526 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.58% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #67BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BBEC is #984413. Grayscale: #A7A7A7. Windows color (decimal): -9978900 or 15514471. OLE color: 15514471.
HSL color Cylindrical-coordinate representation of color #67BBEC: hue angle of 202.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67BBEC is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 187 | 236 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.07 |
| HSL | 202.11º | 0.78% | 0.66% | - |
| HSV(B) | 202.11º | 0.56% | 0.93% | - |
| XYZ | 38.5 | 44.48 | 85.91 | - |
| YUV | 167.47 | 166.67 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 236 | 0.56 | 0.21 | 0 | 0.07 | 202.11 | 0.78 | 0.66 |
| Hex | 67 | BB | EC | 38 | 15 | 0 | 7 | CA | 4E | 42 |
| Octal | 147 | 273 | 354 | 70 | 25 | 0 | 7 | 312 | 116 | 102 |
| Binary | 1100111 | 10111011 | 11101100 | 111000 | 10101 | 0 | 111 | 11001010 | 1001110 | 1000010 |
Color Harmonies of #67BBEC
Complementary color
Monochromatic Colors of #67BBEC
Black with #67BBEC
Text Example
Text Example
White with #67BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBEC; }
p { color: rgb(103,187,236); }
H1.HeaderClassName
{
color: #67BBEC;
}
.AnyTagClassName
{
color: #67BBEC;
}
</style>
background-color css
<style>
a { background-color: #67BBEC; }
a { background-color: rgb(103,187,236); }
div.DivClassName
{
background-color: #67BBEC;
}
.BgClassName
{
background-color: #67BBEC;
}
</style>
border-color css
<style>
span { border-color: #67BBEC; }
span { border-color: rgb(103,187,236); }
td.TdClassName
{
border-color: #67BBEC;
}
.TagClassName
{
border-color: #67BBEC;
}
</style>