Shades of Malibu #70BEEA
Tints of Malibu #70BEEA
RGB
CMYK
RGB Variations
Color information
#70BEEA (or 0x70BEEA) is known color: Malibu. HEX triplet: 70, BE and EA. RGB value is (112,190,234). Sum of RGB (Red+Green+Blue) = 112+190+234=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #70BEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BEEA is #8F4115. Grayscale: #ABABAB. Windows color (decimal): -9388310 or 15384176. OLE color: 15384176.
HSL color Cylindrical-coordinate representation of color #70BEEA: hue angle of 201.64º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70BEEA is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 190 | 234 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.08 |
| HSL | 201.64º | 0.74% | 0.68% | - |
| HSV(B) | 201.64º | 0.52% | 0.92% | - |
| XYZ | 39.95 | 46.21 | 84.66 | - |
| YUV | 171.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 234 | 0.52 | 0.19 | 0 | 0.08 | 201.64 | 0.74 | 0.68 |
| Hex | 70 | BE | EA | 34 | 13 | 0 | 8 | CA | 4A | 44 |
| Octal | 160 | 276 | 352 | 64 | 23 | 0 | 10 | 312 | 112 | 104 |
| Binary | 1110000 | 10111110 | 11101010 | 110100 | 10011 | 0 | 1000 | 11001010 | 1001010 | 1000100 |
Color Harmonies of #70BEEA
Complementary color
Monochromatic Colors of #70BEEA
Black with #70BEEA
Text Example
Text Example
White with #70BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEEA; }
p { color: rgb(112,190,234); }
H1.HeaderClassName
{
color: #70BEEA;
}
.AnyTagClassName
{
color: #70BEEA;
}
</style>
background-color css
<style>
a { background-color: #70BEEA; }
a { background-color: rgb(112,190,234); }
div.DivClassName
{
background-color: #70BEEA;
}
.BgClassName
{
background-color: #70BEEA;
}
</style>
border-color css
<style>
span { border-color: #70BEEA; }
span { border-color: rgb(112,190,234); }
td.TdClassName
{
border-color: #70BEEA;
}
.TagClassName
{
border-color: #70BEEA;
}
</style>