#5DAEDD

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

Shades of Malibu #5DAEDD

Tints of Malibu #5DAEDD

Color information

#5DAEDD (or 0x5DAEDD) is unknown color: approx Malibu. HEX triplet: 5D, AE and DD. RGB value is (93,174,221). Sum of RGB (Red+Green+Blue) = 93+174+221=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #5DAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEDD is #A25122. Grayscale: #9A9A9A. Windows color (decimal): -10637603 or 14528093. OLE color: 14528093.

HSL color Cylindrical-coordinate representation of color #5DAEDD: hue angle of 202.03º 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 #5DAEDD is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB93174221-
CMYK0.580.2100.13
HSL202.03º65.31%61.57%-
HSV(B)202.03º57.92%86.67%-
XYZ32.737.8273.98-
YUV155.14165.1683.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.06%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 221 (86.72% from 255) = 45.29%
R=19.06%
G=35.66%
B=45.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal931742210.580.2100.13202.0365.3161.57
Hex5DAEDD3A150Dca413e
Octal135256335722501531210176
Binary101110110101110110111011110101010101101110010101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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