Shades of Malibu #68BCEE
Tints of Malibu #68BCEE
RGB
CMYK
RGB Variations
Color information
#68BCEE (or 0x68BCEE) is known color: Malibu. HEX triplet: 68, BC and EE. RGB value is (104,188,238). Sum of RGB (Red+Green+Blue) = 104+188+238=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #68BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCEE is #974311. Grayscale: #A8A8A8. Windows color (decimal): -9913106 or 15645800. OLE color: 15645800.
HSL color Cylindrical-coordinate representation of color #68BCEE: hue angle of 202.39º degrees, saturation: 0.8, 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 #68BCEE is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 188 | 238 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.07 |
| HSL | 202.39º | 0.8% | 0.67% | - |
| HSV(B) | 202.39º | 0.56% | 0.93% | - |
| XYZ | 39.12 | 45.08 | 87.53 | - |
| YUV | 168.58 | 167.17 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 238 | 0.56 | 0.21 | 0 | 0.07 | 202.39 | 0.8 | 0.67 |
| Hex | 68 | BC | EE | 38 | 15 | 0 | 7 | CA | 50 | 43 |
| Octal | 150 | 274 | 356 | 70 | 25 | 0 | 7 | 312 | 120 | 103 |
| Binary | 1101000 | 10111100 | 11101110 | 111000 | 10101 | 0 | 111 | 11001010 | 1010000 | 1000011 |
Color Harmonies of #68BCEE
Complementary color
Monochromatic Colors of #68BCEE
Black with #68BCEE
Text Example
Text Example
White with #68BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCEE; }
p { color: rgb(104,188,238); }
H1.HeaderClassName
{
color: #68BCEE;
}
.AnyTagClassName
{
color: #68BCEE;
}
</style>
background-color css
<style>
a { background-color: #68BCEE; }
a { background-color: rgb(104,188,238); }
div.DivClassName
{
background-color: #68BCEE;
}
.BgClassName
{
background-color: #68BCEE;
}
</style>
border-color css
<style>
span { border-color: #68BCEE; }
span { border-color: rgb(104,188,238); }
td.TdClassName
{
border-color: #68BCEE;
}
.TagClassName
{
border-color: #68BCEE;
}
</style>