Shades of Malibu #68BCEF
Tints of Malibu #68BCEF
RGB
CMYK
RGB Variations
Color information
#68BCEF (or 0x68BCEF) is known color: Malibu. HEX triplet: 68, BC and EF. RGB value is (104,188,239). Sum of RGB (Red+Green+Blue) = 104+188+239=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #68BCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BCEF is #974310. Grayscale: #A8A8A8. Windows color (decimal): -9913105 or 15711336. OLE color: 15711336.
HSL color Cylindrical-coordinate representation of color #68BCEF: hue angle of 202.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BCEF is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 188 | 239 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.06 |
| HSL | 202.67º | 0.81% | 0.67% | - |
| HSV(B) | 202.67º | 0.56% | 0.94% | - |
| XYZ | 39.27 | 45.14 | 88.3 | - |
| YUV | 168.7 | 167.67 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 239 | 0.56 | 0.21 | 0 | 0.06 | 202.67 | 0.81 | 0.67 |
| Hex | 68 | BC | EF | 38 | 15 | 0 | 6 | CB | 51 | 43 |
| Octal | 150 | 274 | 357 | 70 | 25 | 0 | 6 | 313 | 121 | 103 |
| Binary | 1101000 | 10111100 | 11101111 | 111000 | 10101 | 0 | 110 | 11001011 | 1010001 | 1000011 |
Color Harmonies of #68BCEF
Complementary color
Monochromatic Colors of #68BCEF
Black with #68BCEF
Text Example
Text Example
White with #68BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCEF; }
p { color: rgb(104,188,239); }
H1.HeaderClassName
{
color: #68BCEF;
}
.AnyTagClassName
{
color: #68BCEF;
}
</style>
background-color css
<style>
a { background-color: #68BCEF; }
a { background-color: rgb(104,188,239); }
div.DivClassName
{
background-color: #68BCEF;
}
.BgClassName
{
background-color: #68BCEF;
}
</style>
border-color css
<style>
span { border-color: #68BCEF; }
span { border-color: rgb(104,188,239); }
td.TdClassName
{
border-color: #68BCEF;
}
.TagClassName
{
border-color: #68BCEF;
}
</style>