Shades of Malibu #67B3DF
Tints of Malibu #67B3DF
RGB
CMYK
RGB Variations
Color information
#67B3DF (or 0x67B3DF) is known color: Malibu. HEX triplet: 67, B3 and DF. RGB value is (103,179,223). Sum of RGB (Red+Green+Blue) = 103+179+223=505 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.40% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #67B3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B3DF is #984C20. Grayscale: #A1A1A1. Windows color (decimal): -9980961 or 14660455. OLE color: 14660455.
HSL color Cylindrical-coordinate representation of color #67B3DF: hue angle of 202º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67B3DF is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 179 | 223 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.13 |
| HSL | 202º | 0.65% | 0.64% | - |
| HSV(B) | 202º | 0.54% | 0.87% | - |
| XYZ | 35.03 | 40.45 | 75.77 | - |
| YUV | 161.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 179 | 223 | 0.54 | 0.20 | 0 | 0.13 | 202 | 0.65 | 0.64 |
| Hex | 67 | B3 | DF | 36 | 14 | 0 | D | CA | 41 | 40 |
| Octal | 147 | 263 | 337 | 66 | 24 | 0 | 15 | 312 | 101 | 100 |
| Binary | 1100111 | 10110011 | 11011111 | 110110 | 10100 | 0 | 1101 | 11001010 | 1000001 | 1000000 |
Color Harmonies of #67B3DF
Complementary color
Monochromatic Colors of #67B3DF
Black with #67B3DF
Text Example
Text Example
White with #67B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B3DF; }
p { color: rgb(103,179,223); }
H1.HeaderClassName
{
color: #67B3DF;
}
.AnyTagClassName
{
color: #67B3DF;
}
</style>
background-color css
<style>
a { background-color: #67B3DF; }
a { background-color: rgb(103,179,223); }
div.DivClassName
{
background-color: #67B3DF;
}
.BgClassName
{
background-color: #67B3DF;
}
</style>
border-color css
<style>
span { border-color: #67B3DF; }
span { border-color: rgb(103,179,223); }
td.TdClassName
{
border-color: #67B3DF;
}
.TagClassName
{
border-color: #67B3DF;
}
</style>