#5DB4DD

Color #5DB4DD Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5DB4DD

Tints of Malibu #5DB4DD

Color information

#5DB4DD (or 0x5DB4DD) is unknown color: approx Malibu. HEX triplet: 5D, B4 and DD. RGB value is (93,180,221). Sum of RGB (Red+Green+Blue) = 93+180+221=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DB4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB4DD is #A24B22. Grayscale: #9E9E9E. Windows color (decimal): -10636067 or 14529629. OLE color: 14529629.

HSL color Cylindrical-coordinate representation of color #5DB4DD: hue angle of 199.22º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DB4DD is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93180221-
CMYK0.580.1900.13
HSL199.22º65.31%61.57%-
HSV(B)199.22º57.92%86.67%-
XYZ33.8940.1974.38-
YUV158.66163.1881.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 18.83%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=18.83%
G=36.44%
B=44.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931802210.580.1900.13199.2265.3161.57
Hex5DB4DD3A130Dc7413e
Octal135264335722301530710176
Binary101110110110100110111011110101001101101110001111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DB4DD; }

 p { color: rgb(93,180,221); }

 H1.HeaderClassName
 {
   color: #5DB4DD;
 }
 .AnyTagClassName
 {
   color: #5DB4DD;
 }
</style>
background-color css

<style>
 a { background-color: #5DB4DD; }

 a { background-color: rgb(93,180,221); }

 div.DivClassName
 {
   background-color: #5DB4DD;
 }
 .BgClassName
 {
   background-color: #5DB4DD;
 }
</style>
border-color css

<style>
 span { border-color: #5DB4DD; }

 span { border-color: rgb(93,180,221); }

 td.TdClassName
 {
   border-color: #5DB4DD;
 }
 .TagClassName
 {
   border-color: #5DB4DD;
 }
</style>