#5DAEEB

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

Shades of Malibu #5DAEEB

Tints of Malibu #5DAEEB

Color information

#5DAEEB (or 0x5DAEEB) is unknown color: approx Malibu. HEX triplet: 5D, AE and EB. RGB value is (93,174,235). Sum of RGB (Red+Green+Blue) = 93+174+235=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAEEB is #A25114. Grayscale: #9C9C9C. Windows color (decimal): -10637589 or 15445597. OLE color: 15445597.

HSL color Cylindrical-coordinate representation of color #5DAEEB: hue angle of 205.77º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DAEEB is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93174235-
CMYK0.600.2600.08
HSL205.77º78.02%64.31%-
HSV(B)205.77º60.43%92.16%-
XYZ34.6538.684.22-
YUV156.73172.1682.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.53%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 235 (92.19% from 255) = 46.81%
R=18.53%
G=34.66%
B=46.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931742350.600.2600.08205.7778.0264.31
Hex5DAEEB3C1A08ce4e40
Octal1352563537432010316116100
Binary1011101101011101110101111110011010010001100111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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