Shades of Malibu #68AFEC
Tints of Malibu #68AFEC
RGB
CMYK
RGB Variations
Color information
#68AFEC (or 0x68AFEC) is known color: Malibu. HEX triplet: 68, AF and EC. RGB value is (104,175,236). Sum of RGB (Red+Green+Blue) = 104+175+236=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #68AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AFEC is #975013. Grayscale: #A0A0A0. Windows color (decimal): -9916436 or 15511400. OLE color: 15511400.
HSL color Cylindrical-coordinate representation of color #68AFEC: hue angle of 207.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68AFEC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 175 | 236 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.07 |
| HSL | 207.73º | 0.78% | 0.67% | - |
| HSV(B) | 207.73º | 0.56% | 0.93% | - |
| XYZ | 36.18 | 39.66 | 85.11 | - |
| YUV | 160.73 | 170.48 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 236 | 0.56 | 0.26 | 0 | 0.07 | 207.73 | 0.78 | 0.67 |
| Hex | 68 | AF | EC | 38 | 1A | 0 | 7 | D0 | 4E | 43 |
| Octal | 150 | 257 | 354 | 70 | 32 | 0 | 7 | 320 | 116 | 103 |
| Binary | 1101000 | 10101111 | 11101100 | 111000 | 11010 | 0 | 111 | 11010000 | 1001110 | 1000011 |
Color Harmonies of #68AFEC
Complementary color
Monochromatic Colors of #68AFEC
Black with #68AFEC
Text Example
Text Example
White with #68AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFEC; }
p { color: rgb(104,175,236); }
H1.HeaderClassName
{
color: #68AFEC;
}
.AnyTagClassName
{
color: #68AFEC;
}
</style>
background-color css
<style>
a { background-color: #68AFEC; }
a { background-color: rgb(104,175,236); }
div.DivClassName
{
background-color: #68AFEC;
}
.BgClassName
{
background-color: #68AFEC;
}
</style>
border-color css
<style>
span { border-color: #68AFEC; }
span { border-color: rgb(104,175,236); }
td.TdClassName
{
border-color: #68AFEC;
}
.TagClassName
{
border-color: #68AFEC;
}
</style>