Shades of Malibu #67BFE0
Tints of Malibu #67BFE0
RGB
CMYK
RGB Variations
Color information
#67BFE0 (or 0x67BFE0) is known color: Malibu. HEX triplet: 67, BF and E0. RGB value is (103,191,224). Sum of RGB (Red+Green+Blue) = 103+191+224=518 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.88% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #67BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFE0 is #98401F. Grayscale: #A8A8A8. Windows color (decimal): -9977888 or 14729063. OLE color: 14729063.
HSL color Cylindrical-coordinate representation of color #67BFE0: hue angle of 196.36º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67BFE0 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 191 | 224 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.12 |
| HSL | 196.36º | 0.66% | 0.64% | - |
| HSV(B) | 196.36º | 0.54% | 0.88% | - |
| XYZ | 37.68 | 45.53 | 77.32 | - |
| YUV | 168.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 224 | 0.54 | 0.15 | 0 | 0.12 | 196.36 | 0.66 | 0.64 |
| Hex | 67 | BF | E0 | 36 | F | 0 | C | C4 | 42 | 40 |
| Octal | 147 | 277 | 340 | 66 | 17 | 0 | 14 | 304 | 102 | 100 |
| Binary | 1100111 | 10111111 | 11100000 | 110110 | 1111 | 0 | 1100 | 11000100 | 1000010 | 1000000 |
Color Harmonies of #67BFE0
Complementary color
Monochromatic Colors of #67BFE0
Black with #67BFE0
Text Example
Text Example
White with #67BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFE0; }
p { color: rgb(103,191,224); }
H1.HeaderClassName
{
color: #67BFE0;
}
.AnyTagClassName
{
color: #67BFE0;
}
</style>
background-color css
<style>
a { background-color: #67BFE0; }
a { background-color: rgb(103,191,224); }
div.DivClassName
{
background-color: #67BFE0;
}
.BgClassName
{
background-color: #67BFE0;
}
</style>
border-color css
<style>
span { border-color: #67BFE0; }
span { border-color: rgb(103,191,224); }
td.TdClassName
{
border-color: #67BFE0;
}
.TagClassName
{
border-color: #67BFE0;
}
</style>