Shades of Malibu #68AFD3
Tints of Malibu #68AFD3
RGB
CMYK
RGB Variations
Color information
#68AFD3 (or 0x68AFD3) is known color: Malibu. HEX triplet: 68, AF and D3. RGB value is (104,175,211). Sum of RGB (Red+Green+Blue) = 104+175+211=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 211 (82.81% from 255 or 43.06% from 490); Max value from RGB is 211 - color contains mainly: blue. Hex color #68AFD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFD3 is #97502C. Grayscale: #9D9D9D. Windows color (decimal): -9916461 or 13873000. OLE color: 13873000.
HSL color Cylindrical-coordinate representation of color #68AFD3: hue angle of 200.19º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68AFD3 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 175 | 211 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.17 |
| HSL | 200.19º | 0.55% | 0.62% | - |
| HSV(B) | 200.19º | 0.51% | 0.83% | - |
| XYZ | 32.8 | 38.31 | 67.29 | - |
| YUV | 157.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 211 | 0.51 | 0.17 | 0 | 0.17 | 200.19 | 0.55 | 0.62 |
| Hex | 68 | AF | D3 | 33 | 11 | 0 | 11 | C8 | 37 | 3E |
| Octal | 150 | 257 | 323 | 63 | 21 | 0 | 21 | 310 | 67 | 76 |
| Binary | 1101000 | 10101111 | 11010011 | 110011 | 10001 | 0 | 10001 | 11001000 | 110111 | 111110 |
Color Harmonies of #68AFD3
Complementary color
Monochromatic Colors of #68AFD3
Black with #68AFD3
Text Example
Text Example
White with #68AFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFD3; }
p { color: rgb(104,175,211); }
H1.HeaderClassName
{
color: #68AFD3;
}
.AnyTagClassName
{
color: #68AFD3;
}
</style>
background-color css
<style>
a { background-color: #68AFD3; }
a { background-color: rgb(104,175,211); }
div.DivClassName
{
background-color: #68AFD3;
}
.BgClassName
{
background-color: #68AFD3;
}
</style>
border-color css
<style>
span { border-color: #68AFD3; }
span { border-color: rgb(104,175,211); }
td.TdClassName
{
border-color: #68AFD3;
}
.TagClassName
{
border-color: #68AFD3;
}
</style>