Shades of Malibu #5DBDF3
Tints of Malibu #5DBDF3
RGB
CMYK
RGB Variations
Color information
#5DBDF3 (or 0x5DBDF3) is known color: Malibu. HEX triplet: 5D, BD and F3. RGB value is (93,189,243). Sum of RGB (Red+Green+Blue) = 93+189+243=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 243 (95.31% from 255 or 46.29% from 525); Max value from RGB is 243 - color contains mainly: blue. Hex color #5DBDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBDF3 is #A2420C. Grayscale: #A6A6A6. Windows color (decimal): -10633741 or 15973725. OLE color: 15973725.
HSL color Cylindrical-coordinate representation of color #5DBDF3: hue angle of 201.6º degrees, saturation: 0.86, 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 #5DBDF3 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 189 | 243 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.05 |
| HSL | 201.6º | 0.86% | 0.66% | - |
| HSV(B) | 201.6º | 0.62% | 0.95% | - |
| XYZ | 38.89 | 45.19 | 91.47 | - |
| YUV | 166.45 | 171.2 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 243 | 0.62 | 0.22 | 0 | 0.05 | 201.6 | 0.86 | 0.66 |
| Hex | 5D | BD | F3 | 3E | 16 | 0 | 5 | CA | 56 | 42 |
| Octal | 135 | 275 | 363 | 76 | 26 | 0 | 5 | 312 | 126 | 102 |
| Binary | 1011101 | 10111101 | 11110011 | 111110 | 10110 | 0 | 101 | 11001010 | 1010110 | 1000010 |
Color Harmonies of #5DBDF3
Complementary color
Monochromatic Colors of #5DBDF3
Black with #5DBDF3
Text Example
Text Example
White with #5DBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDF3; }
p { color: rgb(93,189,243); }
H1.HeaderClassName
{
color: #5DBDF3;
}
.AnyTagClassName
{
color: #5DBDF3;
}
</style>
background-color css
<style>
a { background-color: #5DBDF3; }
a { background-color: rgb(93,189,243); }
div.DivClassName
{
background-color: #5DBDF3;
}
.BgClassName
{
background-color: #5DBDF3;
}
</style>
border-color css
<style>
span { border-color: #5DBDF3; }
span { border-color: rgb(93,189,243); }
td.TdClassName
{
border-color: #5DBDF3;
}
.TagClassName
{
border-color: #5DBDF3;
}
</style>