#5DAEDA

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

Shades of Malibu #5DAEDA

Tints of Malibu #5DAEDA

Color information

#5DAEDA (or 0x5DAEDA) is unknown color: approx Malibu. HEX triplet: 5D, AE and DA. RGB value is (93,174,218). Sum of RGB (Red+Green+Blue) = 93+174+218=485 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.18% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #5DAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAEDA is #A25125. Grayscale: #9A9A9A. Windows color (decimal): -10637606 or 14331485. OLE color: 14331485.

HSL color Cylindrical-coordinate representation of color #5DAEDA: hue angle of 201.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DAEDA is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB93174218-
CMYK0.570.2000.15
HSL201.12º62.81%60.98%-
HSV(B)201.12º57.34%85.49%-
XYZ32.3137.6671.9-
YUV154.8163.6683.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.18%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=19.18%
G=35.88%
B=44.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal931742180.570.2000.15201.1262.8160.98
Hex5DAEDA39140Fc93f3d
Octal13525633271240173117775
Binary10111011010111011011010111001101000111111001001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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