#5DACEB

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

Shades of Malibu #5DACEB

Tints of Malibu #5DACEB

Color information

#5DACEB (or 0x5DACEB) is unknown color: approx Malibu. HEX triplet: 5D, AC and EB. RGB value is (93,172,235). Sum of RGB (Red+Green+Blue) = 93+172+235=500 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #5DACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACEB is #A25314. Grayscale: #9B9B9B. Windows color (decimal): -10638101 or 15445085. OLE color: 15445085.

HSL color Cylindrical-coordinate representation of color #5DACEB: hue angle of 206.62º 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 #5DACEB is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93172235-
CMYK0.600.2700.08
HSL206.62º78.02%64.31%-
HSV(B)206.62º60.43%92.16%-
XYZ34.2637.8384.09-
YUV155.56172.8383.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.6%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 235 (92.19% from 255) = 47%
R=18.6%
G=34.4%
B=47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931722350.600.2700.08206.6278.0264.31
Hex5DACEB3C1B08cf4e40
Octal1352543537433010317116100
Binary1011101101011001110101111110011011010001100111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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