Shades of Malibu #67BEED
Tints of Malibu #67BEED
RGB
CMYK
RGB Variations
Color information
#67BEED (or 0x67BEED) is known color: Malibu. HEX triplet: 67, BE and ED. RGB value is (103,190,237). Sum of RGB (Red+Green+Blue) = 103+190+237=530 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.43% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #67BEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BEED is #984112. Grayscale: #A9A9A9. Windows color (decimal): -9978131 or 15580775. OLE color: 15580775.
HSL color Cylindrical-coordinate representation of color #67BEED: hue angle of 201.04º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BEED is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 190 | 237 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.07 |
| HSL | 201.04º | 0.79% | 0.67% | - |
| HSV(B) | 201.04º | 0.57% | 0.93% | - |
| XYZ | 39.29 | 45.82 | 86.89 | - |
| YUV | 169.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 237 | 0.57 | 0.20 | 0 | 0.07 | 201.04 | 0.79 | 0.67 |
| Hex | 67 | BE | ED | 39 | 14 | 0 | 7 | C9 | 4F | 43 |
| Octal | 147 | 276 | 355 | 71 | 24 | 0 | 7 | 311 | 117 | 103 |
| Binary | 1100111 | 10111110 | 11101101 | 111001 | 10100 | 0 | 111 | 11001001 | 1001111 | 1000011 |
Color Harmonies of #67BEED
Complementary color
Monochromatic Colors of #67BEED
Black with #67BEED
Text Example
Text Example
White with #67BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BEED; }
p { color: rgb(103,190,237); }
H1.HeaderClassName
{
color: #67BEED;
}
.AnyTagClassName
{
color: #67BEED;
}
</style>
background-color css
<style>
a { background-color: #67BEED; }
a { background-color: rgb(103,190,237); }
div.DivClassName
{
background-color: #67BEED;
}
.BgClassName
{
background-color: #67BEED;
}
</style>
border-color css
<style>
span { border-color: #67BEED; }
span { border-color: rgb(103,190,237); }
td.TdClassName
{
border-color: #67BEED;
}
.TagClassName
{
border-color: #67BEED;
}
</style>