Shades of Malibu #50CBF4
Tints of Malibu #50CBF4
RGB
CMYK
RGB Variations
Color information
#50CBF4 (or 0x50CBF4) is known color: Malibu. HEX triplet: 50, CB and F4. RGB value is (80,203,244). Sum of RGB (Red+Green+Blue) = 80+203+244=527 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.18% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #50CBF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CBF4 is #AF340B. Grayscale: #AAAAAA. Windows color (decimal): -11482124 or 16042832. OLE color: 16042832.
HSL color Cylindrical-coordinate representation of color #50CBF4: hue angle of 195º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50CBF4 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 203 | 244 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.04 |
| HSL | 195º | 0.88% | 0.64% | - |
| HSV(B) | 195º | 0.67% | 0.96% | - |
| XYZ | 40.99 | 50.95 | 93.26 | - |
| YUV | 170.9 | 169.25 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 244 | 0.67 | 0.17 | 0 | 0.04 | 195 | 0.88 | 0.64 |
| Hex | 50 | CB | F4 | 43 | 11 | 0 | 4 | C3 | 58 | 40 |
| Octal | 120 | 313 | 364 | 103 | 21 | 0 | 4 | 303 | 130 | 100 |
| Binary | 1010000 | 11001011 | 11110100 | 1000011 | 10001 | 0 | 100 | 11000011 | 1011000 | 1000000 |
Color Harmonies of #50CBF4
Complementary color
Monochromatic Colors of #50CBF4
Black with #50CBF4
Text Example
Text Example
White with #50CBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CBF4; }
p { color: rgb(80,203,244); }
H1.HeaderClassName
{
color: #50CBF4;
}
.AnyTagClassName
{
color: #50CBF4;
}
</style>
background-color css
<style>
a { background-color: #50CBF4; }
a { background-color: rgb(80,203,244); }
div.DivClassName
{
background-color: #50CBF4;
}
.BgClassName
{
background-color: #50CBF4;
}
</style>
border-color css
<style>
span { border-color: #50CBF4; }
span { border-color: rgb(80,203,244); }
td.TdClassName
{
border-color: #50CBF4;
}
.TagClassName
{
border-color: #50CBF4;
}
</style>