Shades of Malibu #67BDEC
Tints of Malibu #67BDEC
RGB
CMYK
RGB Variations
Color information
#67BDEC (or 0x67BDEC) is known color: Malibu. HEX triplet: 67, BD and EC. RGB value is (103,189,236). Sum of RGB (Red+Green+Blue) = 103+189+236=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #67BDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BDEC is #984213. Grayscale: #A8A8A8. Windows color (decimal): -9978388 or 15514983. OLE color: 15514983.
HSL color Cylindrical-coordinate representation of color #67BDEC: hue angle of 201.2º 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 #67BDEC is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 189 | 236 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.07 |
| HSL | 201.2º | 0.78% | 0.66% | - |
| HSV(B) | 201.2º | 0.56% | 0.93% | - |
| XYZ | 38.93 | 45.33 | 86.06 | - |
| YUV | 168.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 236 | 0.56 | 0.20 | 0 | 0.07 | 201.2 | 0.78 | 0.66 |
| Hex | 67 | BD | EC | 38 | 14 | 0 | 7 | C9 | 4E | 42 |
| Octal | 147 | 275 | 354 | 70 | 24 | 0 | 7 | 311 | 116 | 102 |
| Binary | 1100111 | 10111101 | 11101100 | 111000 | 10100 | 0 | 111 | 11001001 | 1001110 | 1000010 |
Color Harmonies of #67BDEC
Complementary color
Monochromatic Colors of #67BDEC
Black with #67BDEC
Text Example
Text Example
White with #67BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BDEC; }
p { color: rgb(103,189,236); }
H1.HeaderClassName
{
color: #67BDEC;
}
.AnyTagClassName
{
color: #67BDEC;
}
</style>
background-color css
<style>
a { background-color: #67BDEC; }
a { background-color: rgb(103,189,236); }
div.DivClassName
{
background-color: #67BDEC;
}
.BgClassName
{
background-color: #67BDEC;
}
</style>
border-color css
<style>
span { border-color: #67BDEC; }
span { border-color: rgb(103,189,236); }
td.TdClassName
{
border-color: #67BDEC;
}
.TagClassName
{
border-color: #67BDEC;
}
</style>