Shades of Malibu #67BCEE
Tints of Malibu #67BCEE
RGB
CMYK
RGB Variations
Color information
#67BCEE (or 0x67BCEE) is known color: Malibu. HEX triplet: 67, BC and EE. RGB value is (103,188,238). Sum of RGB (Red+Green+Blue) = 103+188+238=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #67BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BCEE is #984311. Grayscale: #A8A8A8. Windows color (decimal): -9978642 or 15645799. OLE color: 15645799.
HSL color Cylindrical-coordinate representation of color #67BCEE: hue angle of 202.22º degrees, saturation: 0.8, 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 #67BCEE is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 188 | 238 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.07 |
| HSL | 202.22º | 0.8% | 0.67% | - |
| HSV(B) | 202.22º | 0.57% | 0.93% | - |
| XYZ | 39.01 | 45.02 | 87.52 | - |
| YUV | 168.29 | 167.34 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 238 | 0.57 | 0.21 | 0 | 0.07 | 202.22 | 0.8 | 0.67 |
| Hex | 67 | BC | EE | 39 | 15 | 0 | 7 | CA | 50 | 43 |
| Octal | 147 | 274 | 356 | 71 | 25 | 0 | 7 | 312 | 120 | 103 |
| Binary | 1100111 | 10111100 | 11101110 | 111001 | 10101 | 0 | 111 | 11001010 | 1010000 | 1000011 |
Color Harmonies of #67BCEE
Complementary color
Monochromatic Colors of #67BCEE
Black with #67BCEE
Text Example
Text Example
White with #67BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCEE; }
p { color: rgb(103,188,238); }
H1.HeaderClassName
{
color: #67BCEE;
}
.AnyTagClassName
{
color: #67BCEE;
}
</style>
background-color css
<style>
a { background-color: #67BCEE; }
a { background-color: rgb(103,188,238); }
div.DivClassName
{
background-color: #67BCEE;
}
.BgClassName
{
background-color: #67BCEE;
}
</style>
border-color css
<style>
span { border-color: #67BCEE; }
span { border-color: rgb(103,188,238); }
td.TdClassName
{
border-color: #67BCEE;
}
.TagClassName
{
border-color: #67BCEE;
}
</style>