Shades of Malibu #67B5E6
Tints of Malibu #67B5E6
RGB
CMYK
RGB Variations
Color information
#67B5E6 (or 0x67B5E6) is known color: Malibu. HEX triplet: 67, B5 and E6. RGB value is (103,181,230). Sum of RGB (Red+Green+Blue) = 103+181+230=514 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20.04% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #67B5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67B5E6 is #984A19. Grayscale: #A2A2A2. Windows color (decimal): -9980442 or 15119719. OLE color: 15119719.
HSL color Cylindrical-coordinate representation of color #67B5E6: hue angle of 203.15º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67B5E6 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 181 | 230 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.10 |
| HSL | 203.15º | 0.72% | 0.65% | - |
| HSV(B) | 203.15º | 0.55% | 0.9% | - |
| XYZ | 36.4 | 41.64 | 80.98 | - |
| YUV | 163.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 181 | 230 | 0.55 | 0.21 | 0 | 0.10 | 203.15 | 0.72 | 0.65 |
| Hex | 67 | B5 | E6 | 37 | 15 | 0 | A | CB | 48 | 41 |
| Octal | 147 | 265 | 346 | 67 | 25 | 0 | 12 | 313 | 110 | 101 |
| Binary | 1100111 | 10110101 | 11100110 | 110111 | 10101 | 0 | 1010 | 11001011 | 1001000 | 1000001 |
Color Harmonies of #67B5E6
Complementary color
Monochromatic Colors of #67B5E6
Black with #67B5E6
Text Example
Text Example
White with #67B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B5E6; }
p { color: rgb(103,181,230); }
H1.HeaderClassName
{
color: #67B5E6;
}
.AnyTagClassName
{
color: #67B5E6;
}
</style>
background-color css
<style>
a { background-color: #67B5E6; }
a { background-color: rgb(103,181,230); }
div.DivClassName
{
background-color: #67B5E6;
}
.BgClassName
{
background-color: #67B5E6;
}
</style>
border-color css
<style>
span { border-color: #67B5E6; }
span { border-color: rgb(103,181,230); }
td.TdClassName
{
border-color: #67B5E6;
}
.TagClassName
{
border-color: #67B5E6;
}
</style>