Shades of Malibu #52C6F4
Tints of Malibu #52C6F4
RGB
CMYK
RGB Variations
Color information
#52C6F4 (or 0x52C6F4) is known color: Malibu. HEX triplet: 52, C6 and F4. RGB value is (82,198,244). Sum of RGB (Red+Green+Blue) = 82+198+244=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #52C6F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C6F4 is #AD390B. Grayscale: #A8A8A8. Windows color (decimal): -11352332 or 16041554. OLE color: 16041554.
HSL color Cylindrical-coordinate representation of color #52C6F4: hue angle of 197.04º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C6F4 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 198 | 244 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.04 |
| HSL | 197.04º | 0.88% | 0.64% | - |
| HSV(B) | 197.04º | 0.66% | 0.96% | - |
| XYZ | 40 | 48.71 | 92.88 | - |
| YUV | 168.56 | 170.57 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 244 | 0.66 | 0.19 | 0 | 0.04 | 197.04 | 0.88 | 0.64 |
| Hex | 52 | C6 | F4 | 42 | 13 | 0 | 4 | C5 | 58 | 40 |
| Octal | 122 | 306 | 364 | 102 | 23 | 0 | 4 | 305 | 130 | 100 |
| Binary | 1010010 | 11000110 | 11110100 | 1000010 | 10011 | 0 | 100 | 11000101 | 1011000 | 1000000 |
Color Harmonies of #52C6F4
Complementary color
Monochromatic Colors of #52C6F4
Black with #52C6F4
Text Example
Text Example
White with #52C6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C6F4; }
p { color: rgb(82,198,244); }
H1.HeaderClassName
{
color: #52C6F4;
}
.AnyTagClassName
{
color: #52C6F4;
}
</style>
background-color css
<style>
a { background-color: #52C6F4; }
a { background-color: rgb(82,198,244); }
div.DivClassName
{
background-color: #52C6F4;
}
.BgClassName
{
background-color: #52C6F4;
}
</style>
border-color css
<style>
span { border-color: #52C6F4; }
span { border-color: rgb(82,198,244); }
td.TdClassName
{
border-color: #52C6F4;
}
.TagClassName
{
border-color: #52C6F4;
}
</style>