Shades of Malibu #67BCEF
Tints of Malibu #67BCEF
RGB
CMYK
RGB Variations
Color information
#67BCEF (or 0x67BCEF) is known color: Malibu. HEX triplet: 67, BC and EF. RGB value is (103,188,239). Sum of RGB (Red+Green+Blue) = 103+188+239=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #67BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BCEF is #984310. Grayscale: #A8A8A8. Windows color (decimal): -9978641 or 15711335. OLE color: 15711335.
HSL color Cylindrical-coordinate representation of color #67BCEF: hue angle of 202.5º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BCEF is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 188 | 239 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.06 |
| HSL | 202.5º | 0.81% | 0.67% | - |
| HSV(B) | 202.5º | 0.57% | 0.94% | - |
| XYZ | 39.16 | 45.08 | 88.3 | - |
| YUV | 168.4 | 167.84 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 239 | 0.57 | 0.21 | 0 | 0.06 | 202.5 | 0.81 | 0.67 |
| Hex | 67 | BC | EF | 39 | 15 | 0 | 6 | CA | 51 | 43 |
| Octal | 147 | 274 | 357 | 71 | 25 | 0 | 6 | 312 | 121 | 103 |
| Binary | 1100111 | 10111100 | 11101111 | 111001 | 10101 | 0 | 110 | 11001010 | 1010001 | 1000011 |
Color Harmonies of #67BCEF
Complementary color
Monochromatic Colors of #67BCEF
Black with #67BCEF
Text Example
Text Example
White with #67BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCEF; }
p { color: rgb(103,188,239); }
H1.HeaderClassName
{
color: #67BCEF;
}
.AnyTagClassName
{
color: #67BCEF;
}
</style>
background-color css
<style>
a { background-color: #67BCEF; }
a { background-color: rgb(103,188,239); }
div.DivClassName
{
background-color: #67BCEF;
}
.BgClassName
{
background-color: #67BCEF;
}
</style>
border-color css
<style>
span { border-color: #67BCEF; }
span { border-color: rgb(103,188,239); }
td.TdClassName
{
border-color: #67BCEF;
}
.TagClassName
{
border-color: #67BCEF;
}
</style>