Shades of Malibu #68BEEE
Tints of Malibu #68BEEE
RGB
CMYK
RGB Variations
Color information
#68BEEE (or 0x68BEEE) is known color: Malibu. HEX triplet: 68, BE and EE. RGB value is (104,190,238). Sum of RGB (Red+Green+Blue) = 104+190+238=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #68BEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BEEE is #974111. Grayscale: #A9A9A9. Windows color (decimal): -9912594 or 15646312. OLE color: 15646312.
HSL color Cylindrical-coordinate representation of color #68BEEE: hue angle of 201.49º 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 #68BEEE is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 190 | 238 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.07 |
| HSL | 201.49º | 0.8% | 0.67% | - |
| HSV(B) | 201.49º | 0.56% | 0.93% | - |
| XYZ | 39.55 | 45.94 | 87.67 | - |
| YUV | 169.76 | 166.51 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 238 | 0.56 | 0.20 | 0 | 0.07 | 201.49 | 0.8 | 0.67 |
| Hex | 68 | BE | EE | 38 | 14 | 0 | 7 | C9 | 50 | 43 |
| Octal | 150 | 276 | 356 | 70 | 24 | 0 | 7 | 311 | 120 | 103 |
| Binary | 1101000 | 10111110 | 11101110 | 111000 | 10100 | 0 | 111 | 11001001 | 1010000 | 1000011 |
Color Harmonies of #68BEEE
Complementary color
Monochromatic Colors of #68BEEE
Black with #68BEEE
Text Example
Text Example
White with #68BEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEEE; }
p { color: rgb(104,190,238); }
H1.HeaderClassName
{
color: #68BEEE;
}
.AnyTagClassName
{
color: #68BEEE;
}
</style>
background-color css
<style>
a { background-color: #68BEEE; }
a { background-color: rgb(104,190,238); }
div.DivClassName
{
background-color: #68BEEE;
}
.BgClassName
{
background-color: #68BEEE;
}
</style>
border-color css
<style>
span { border-color: #68BEEE; }
span { border-color: rgb(104,190,238); }
td.TdClassName
{
border-color: #68BEEE;
}
.TagClassName
{
border-color: #68BEEE;
}
</style>