Shades of Malibu #53BDF2
Tints of Malibu #53BDF2
RGB
CMYK
RGB Variations
Color information
#53BDF2 (or 0x53BDF2) is known color: Malibu. HEX triplet: 53, BD and F2. RGB value is (83,189,242). Sum of RGB (Red+Green+Blue) = 83+189+242=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #53BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BDF2 is #AC420D. Grayscale: #A3A3A3. Windows color (decimal): -11289102 or 15908179. OLE color: 15908179.
HSL color Cylindrical-coordinate representation of color #53BDF2: hue angle of 200º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53BDF2 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 189 | 242 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.05 |
| HSL | 200º | 0.86% | 0.64% | - |
| HSV(B) | 200º | 0.66% | 0.95% | - |
| XYZ | 37.79 | 44.65 | 90.63 | - |
| YUV | 163.35 | 172.38 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 242 | 0.66 | 0.22 | 0 | 0.05 | 200 | 0.86 | 0.64 |
| Hex | 53 | BD | F2 | 42 | 16 | 0 | 5 | C8 | 56 | 40 |
| Octal | 123 | 275 | 362 | 102 | 26 | 0 | 5 | 310 | 126 | 100 |
| Binary | 1010011 | 10111101 | 11110010 | 1000010 | 10110 | 0 | 101 | 11001000 | 1010110 | 1000000 |
Color Harmonies of #53BDF2
Complementary color
Monochromatic Colors of #53BDF2
Black with #53BDF2
Text Example
Text Example
White with #53BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDF2; }
p { color: rgb(83,189,242); }
H1.HeaderClassName
{
color: #53BDF2;
}
.AnyTagClassName
{
color: #53BDF2;
}
</style>
background-color css
<style>
a { background-color: #53BDF2; }
a { background-color: rgb(83,189,242); }
div.DivClassName
{
background-color: #53BDF2;
}
.BgClassName
{
background-color: #53BDF2;
}
</style>
border-color css
<style>
span { border-color: #53BDF2; }
span { border-color: rgb(83,189,242); }
td.TdClassName
{
border-color: #53BDF2;
}
.TagClassName
{
border-color: #53BDF2;
}
</style>