#5DABE1

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

Shades of Malibu #5DABE1

Tints of Malibu #5DABE1

Color information

#5DABE1 (or 0x5DABE1) is unknown color: approx Malibu. HEX triplet: 5D, AB and E1. RGB value is (93,171,225). Sum of RGB (Red+Green+Blue) = 93+171+225=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #5DABE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DABE1 is #A2541E. Grayscale: #999999. Windows color (decimal): -10638367 or 14789469. OLE color: 14789469.

HSL color Cylindrical-coordinate representation of color #5DABE1: hue angle of 204.55º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DABE1 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB93171225-
CMYK0.590.2400.12
HSL204.55º68.75%62.35%-
HSV(B)204.55º58.67%88.24%-
XYZ32.6736.8976.63-
YUV153.83168.1684.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.02%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=19.02%
G=34.97%
B=46.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal931712250.590.2400.12204.5568.7562.35
Hex5DABE13B180Ccd453e
Octal135253341733001431510576
Binary101110110101011111000011110111100001100110011011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,171,225); }

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

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

 a { background-color: rgb(93,171,225); }

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

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

 span { border-color: rgb(93,171,225); }

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