Shades of Malibu #67C3ED
Tints of Malibu #67C3ED
RGB
CMYK
RGB Variations
Color information
#67C3ED (or 0x67C3ED) is known color: Malibu. HEX triplet: 67, C3 and ED. RGB value is (103,195,237). Sum of RGB (Red+Green+Blue) = 103+195+237=535 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.25% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #67C3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67C3ED is #983C12. Grayscale: #ACACAC. Windows color (decimal): -9976851 or 15582055. OLE color: 15582055.
HSL color Cylindrical-coordinate representation of color #67C3ED: hue angle of 198.81º 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 #67C3ED is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 195 | 237 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.07 |
| HSL | 198.81º | 0.79% | 0.67% | - |
| HSV(B) | 198.81º | 0.57% | 0.93% | - |
| XYZ | 40.39 | 48.03 | 87.26 | - |
| YUV | 172.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 195 | 237 | 0.57 | 0.18 | 0 | 0.07 | 198.81 | 0.79 | 0.67 |
| Hex | 67 | C3 | ED | 39 | 12 | 0 | 7 | C7 | 4F | 43 |
| Octal | 147 | 303 | 355 | 71 | 22 | 0 | 7 | 307 | 117 | 103 |
| Binary | 1100111 | 11000011 | 11101101 | 111001 | 10010 | 0 | 111 | 11000111 | 1001111 | 1000011 |
Color Harmonies of #67C3ED
Complementary color
Monochromatic Colors of #67C3ED
Black with #67C3ED
Text Example
Text Example
White with #67C3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C3ED; }
p { color: rgb(103,195,237); }
H1.HeaderClassName
{
color: #67C3ED;
}
.AnyTagClassName
{
color: #67C3ED;
}
</style>
background-color css
<style>
a { background-color: #67C3ED; }
a { background-color: rgb(103,195,237); }
div.DivClassName
{
background-color: #67C3ED;
}
.BgClassName
{
background-color: #67C3ED;
}
</style>
border-color css
<style>
span { border-color: #67C3ED; }
span { border-color: rgb(103,195,237); }
td.TdClassName
{
border-color: #67C3ED;
}
.TagClassName
{
border-color: #67C3ED;
}
</style>