Shades of Malibu #68BFEE
Tints of Malibu #68BFEE
RGB
CMYK
RGB Variations
Color information
#68BFEE (or 0x68BFEE) is known color: Malibu. HEX triplet: 68, BF and EE. RGB value is (104,191,238). Sum of RGB (Red+Green+Blue) = 104+191+238=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #68BFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BFEE is #974011. Grayscale: #AAAAAA. Windows color (decimal): -9912338 or 15646568. OLE color: 15646568.
HSL color Cylindrical-coordinate representation of color #68BFEE: hue angle of 201.04º 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 #68BFEE is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 191 | 238 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.07 |
| HSL | 201.04º | 0.8% | 0.67% | - |
| HSV(B) | 201.04º | 0.56% | 0.93% | - |
| XYZ | 39.77 | 46.38 | 87.74 | - |
| YUV | 170.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 238 | 0.56 | 0.20 | 0 | 0.07 | 201.04 | 0.8 | 0.67 |
| Hex | 68 | BF | EE | 38 | 14 | 0 | 7 | C9 | 50 | 43 |
| Octal | 150 | 277 | 356 | 70 | 24 | 0 | 7 | 311 | 120 | 103 |
| Binary | 1101000 | 10111111 | 11101110 | 111000 | 10100 | 0 | 111 | 11001001 | 1010000 | 1000011 |
Color Harmonies of #68BFEE
Complementary color
Monochromatic Colors of #68BFEE
Black with #68BFEE
Text Example
Text Example
White with #68BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFEE; }
p { color: rgb(104,191,238); }
H1.HeaderClassName
{
color: #68BFEE;
}
.AnyTagClassName
{
color: #68BFEE;
}
</style>
background-color css
<style>
a { background-color: #68BFEE; }
a { background-color: rgb(104,191,238); }
div.DivClassName
{
background-color: #68BFEE;
}
.BgClassName
{
background-color: #68BFEE;
}
</style>
border-color css
<style>
span { border-color: #68BFEE; }
span { border-color: rgb(104,191,238); }
td.TdClassName
{
border-color: #68BFEE;
}
.TagClassName
{
border-color: #68BFEE;
}
</style>