Shades of Malibu #68BFED
Tints of Malibu #68BFED
RGB
CMYK
RGB Variations
Color information
#68BFED (or 0x68BFED) is known color: Malibu. HEX triplet: 68, BF and ED. RGB value is (104,191,237). Sum of RGB (Red+Green+Blue) = 104+191+237=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #68BFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFED is #974012. Grayscale: #A9A9A9. Windows color (decimal): -9912339 or 15581032. OLE color: 15581032.
HSL color Cylindrical-coordinate representation of color #68BFED: hue angle of 200.75º 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 #68BFED is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 191 | 237 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.07 |
| HSL | 200.75º | 0.79% | 0.67% | - |
| HSV(B) | 200.75º | 0.56% | 0.93% | - |
| XYZ | 39.63 | 46.32 | 86.97 | - |
| YUV | 170.23 | 165.68 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 237 | 0.56 | 0.19 | 0 | 0.07 | 200.75 | 0.79 | 0.67 |
| Hex | 68 | BF | ED | 38 | 13 | 0 | 7 | C9 | 4F | 43 |
| Octal | 150 | 277 | 355 | 70 | 23 | 0 | 7 | 311 | 117 | 103 |
| Binary | 1101000 | 10111111 | 11101101 | 111000 | 10011 | 0 | 111 | 11001001 | 1001111 | 1000011 |
Color Harmonies of #68BFED
Complementary color
Monochromatic Colors of #68BFED
Black with #68BFED
Text Example
Text Example
White with #68BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFED; }
p { color: rgb(104,191,237); }
H1.HeaderClassName
{
color: #68BFED;
}
.AnyTagClassName
{
color: #68BFED;
}
</style>
background-color css
<style>
a { background-color: #68BFED; }
a { background-color: rgb(104,191,237); }
div.DivClassName
{
background-color: #68BFED;
}
.BgClassName
{
background-color: #68BFED;
}
</style>
border-color css
<style>
span { border-color: #68BFED; }
span { border-color: rgb(104,191,237); }
td.TdClassName
{
border-color: #68BFED;
}
.TagClassName
{
border-color: #68BFED;
}
</style>