#5EACDC

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

Shades of Malibu #5EACDC

Tints of Malibu #5EACDC

Color information

#5EACDC (or 0x5EACDC) is unknown color: approx Malibu. HEX triplet: 5E, AC and DC. RGB value is (94,172,220). Sum of RGB (Red+Green+Blue) = 94+172+220=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACDC is #A15323. Grayscale: #999999. Windows color (decimal): -10572580 or 14462046. OLE color: 14462046.

HSL color Cylindrical-coordinate representation of color #5EACDC: hue angle of 202.86º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EACDC is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB94172220-
CMYK0.570.2200.14
HSL202.86º64.29%61.57%-
HSV(B)202.86º57.27%86.27%-
XYZ32.2937.0573.16-
YUV154.15165.1685.1-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.34%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=19.34%
G=35.39%
B=45.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal941722200.570.2200.14202.8664.2961.57
Hex5EACDC39160Ecb403e
Octal136254334712601631310076
Binary101111010101100110111001110011011001110110010111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,172,220); }

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

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

 a { background-color: rgb(94,172,220); }

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

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

 span { border-color: rgb(94,172,220); }

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