Shades of Malibu #67BFE5
Tints of Malibu #67BFE5
RGB
CMYK
RGB Variations
Color information
#67BFE5 (or 0x67BFE5) is known color: Malibu. HEX triplet: 67, BF and E5. RGB value is (103,191,229). Sum of RGB (Red+Green+Blue) = 103+191+229=523 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.69% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #67BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFE5 is #98401A. Grayscale: #A8A8A8. Windows color (decimal): -9977883 or 15056743. OLE color: 15056743.
HSL color Cylindrical-coordinate representation of color #67BFE5: hue angle of 198.1º degrees, saturation: 0.71, 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 #67BFE5 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 191 | 229 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.10 |
| HSL | 198.1º | 0.71% | 0.65% | - |
| HSV(B) | 198.1º | 0.55% | 0.9% | - |
| XYZ | 38.37 | 45.8 | 80.95 | - |
| YUV | 169.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 229 | 0.55 | 0.17 | 0 | 0.10 | 198.1 | 0.71 | 0.65 |
| Hex | 67 | BF | E5 | 37 | 11 | 0 | A | C6 | 47 | 41 |
| Octal | 147 | 277 | 345 | 67 | 21 | 0 | 12 | 306 | 107 | 101 |
| Binary | 1100111 | 10111111 | 11100101 | 110111 | 10001 | 0 | 1010 | 11000110 | 1000111 | 1000001 |
Color Harmonies of #67BFE5
Complementary color
Monochromatic Colors of #67BFE5
Black with #67BFE5
Text Example
Text Example
White with #67BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFE5; }
p { color: rgb(103,191,229); }
H1.HeaderClassName
{
color: #67BFE5;
}
.AnyTagClassName
{
color: #67BFE5;
}
</style>
background-color css
<style>
a { background-color: #67BFE5; }
a { background-color: rgb(103,191,229); }
div.DivClassName
{
background-color: #67BFE5;
}
.BgClassName
{
background-color: #67BFE5;
}
</style>
border-color css
<style>
span { border-color: #67BFE5; }
span { border-color: rgb(103,191,229); }
td.TdClassName
{
border-color: #67BFE5;
}
.TagClassName
{
border-color: #67BFE5;
}
</style>