#5DAEE8

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

Shades of Malibu #5DAEE8

Tints of Malibu #5DAEE8

Color information

#5DAEE8 (or 0x5DAEE8) is unknown color: approx Malibu. HEX triplet: 5D, AE and E8. RGB value is (93,174,232). Sum of RGB (Red+Green+Blue) = 93+174+232=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #5DAEE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAEE8 is #A25117. Grayscale: #9C9C9C. Windows color (decimal): -10637592 or 15248989. OLE color: 15248989.

HSL color Cylindrical-coordinate representation of color #5DAEE8: hue angle of 205.04º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DAEE8 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB93174232-
CMYK0.600.2500.09
HSL205.04º75.14%63.73%-
HSV(B)205.04º59.91%90.98%-
XYZ34.2238.4381.96-
YUV156.39170.6682.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.64%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 232 (91.02% from 255) = 46.49%
R=18.64%
G=34.87%
B=46.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal931742320.600.2500.09205.0475.1463.73
Hex5DAEE83C1909cd4b40
Octal1352563507431011315113100
Binary1011101101011101110100011110011001010011100110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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