Shades of Malibu #5DBEF2
Tints of Malibu #5DBEF2
RGB
CMYK
RGB Variations
Color information
#5DBEF2 (or 0x5DBEF2) is known color: Malibu. HEX triplet: 5D, BE and F2. RGB value is (93,190,242). Sum of RGB (Red+Green+Blue) = 93+190+242=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #5DBEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBEF2 is #A2410D. Grayscale: #A6A6A6. Windows color (decimal): -10633486 or 15908445. OLE color: 15908445.
HSL color Cylindrical-coordinate representation of color #5DBEF2: hue angle of 200.94º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DBEF2 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 190 | 242 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.05 |
| HSL | 200.94º | 0.85% | 0.66% | - |
| HSV(B) | 200.94º | 0.62% | 0.95% | - |
| XYZ | 38.95 | 45.56 | 90.75 | - |
| YUV | 166.93 | 170.36 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 242 | 0.62 | 0.21 | 0 | 0.05 | 200.94 | 0.85 | 0.66 |
| Hex | 5D | BE | F2 | 3E | 15 | 0 | 5 | C9 | 55 | 42 |
| Octal | 135 | 276 | 362 | 76 | 25 | 0 | 5 | 311 | 125 | 102 |
| Binary | 1011101 | 10111110 | 11110010 | 111110 | 10101 | 0 | 101 | 11001001 | 1010101 | 1000010 |
Color Harmonies of #5DBEF2
Complementary color
Monochromatic Colors of #5DBEF2
Black with #5DBEF2
Text Example
Text Example
White with #5DBEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBEF2; }
p { color: rgb(93,190,242); }
H1.HeaderClassName
{
color: #5DBEF2;
}
.AnyTagClassName
{
color: #5DBEF2;
}
</style>
background-color css
<style>
a { background-color: #5DBEF2; }
a { background-color: rgb(93,190,242); }
div.DivClassName
{
background-color: #5DBEF2;
}
.BgClassName
{
background-color: #5DBEF2;
}
</style>
border-color css
<style>
span { border-color: #5DBEF2; }
span { border-color: rgb(93,190,242); }
td.TdClassName
{
border-color: #5DBEF2;
}
.TagClassName
{
border-color: #5DBEF2;
}
</style>