Shades of Malibu #68AFED
Tints of Malibu #68AFED
RGB
CMYK
RGB Variations
Color information
#68AFED (or 0x68AFED) is known color: Malibu. HEX triplet: 68, AF and ED. RGB value is (104,175,237). Sum of RGB (Red+Green+Blue) = 104+175+237=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #68AFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AFED is #975012. Grayscale: #A0A0A0. Windows color (decimal): -9916435 or 15576936. OLE color: 15576936.
HSL color Cylindrical-coordinate representation of color #68AFED: hue angle of 207.97º degrees, saturation: 0.79, 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 #68AFED is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 175 | 237 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.07 |
| HSL | 207.97º | 0.79% | 0.67% | - |
| HSV(B) | 207.97º | 0.56% | 0.93% | - |
| XYZ | 36.32 | 39.72 | 85.87 | - |
| YUV | 160.84 | 170.98 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 237 | 0.56 | 0.26 | 0 | 0.07 | 207.97 | 0.79 | 0.67 |
| Hex | 68 | AF | ED | 38 | 1A | 0 | 7 | D0 | 4F | 43 |
| Octal | 150 | 257 | 355 | 70 | 32 | 0 | 7 | 320 | 117 | 103 |
| Binary | 1101000 | 10101111 | 11101101 | 111000 | 11010 | 0 | 111 | 11010000 | 1001111 | 1000011 |
Color Harmonies of #68AFED
Complementary color
Monochromatic Colors of #68AFED
Black with #68AFED
Text Example
Text Example
White with #68AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFED; }
p { color: rgb(104,175,237); }
H1.HeaderClassName
{
color: #68AFED;
}
.AnyTagClassName
{
color: #68AFED;
}
</style>
background-color css
<style>
a { background-color: #68AFED; }
a { background-color: rgb(104,175,237); }
div.DivClassName
{
background-color: #68AFED;
}
.BgClassName
{
background-color: #68AFED;
}
</style>
border-color css
<style>
span { border-color: #68AFED; }
span { border-color: rgb(104,175,237); }
td.TdClassName
{
border-color: #68AFED;
}
.TagClassName
{
border-color: #68AFED;
}
</style>