Html Css Color HEX #5EADE0 Malibu

📋 copy color: '#5EADE0'

red 94 ◦ green 173 ◦ blue 224

#5EADE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #5EADE0

Tints of Malibu #5EADE0

RGB

 RED value IS 94 (37.11% from 255) = 19.14%

 GREEN value IS 173 (67.97% from 255) = 35.23%

 BLUE value IS 224 (87.89% from 255) = 45.62%

R = 19.14%
G = 35.23%
B = 45.62%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5EADE0 (or 0x5EADE0) is known color: Malibu. HEX triplet: 5E, AD and E0. RGB value is (94,173,224). Sum of RGB (Red+Green+Blue) = 94+173+224=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #5EADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADE0 is #A1521F. Grayscale: #9A9A9A. Windows color (decimal): -10572320 or 14724446. OLE color: 14724446.

HSL color Cylindrical-coordinate representation of color #5EADE0: hue angle of 203.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EADE0 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 173 224 -
CMYK 0.58 0.23 0 0.12
HSL 203.54º 0.68% 0.62% -
HSV(B) 203.54º 0.58% 0.88% -
XYZ 33.01 37.65 76.05 -
YUV 155.19 166.83 84.35 -
System Red Green Blue C M Y K H S L
Decimal 94 173 224 0.58 0.23 0 0.12 203.54 0.68 0.62
Hex 5E AD E0 3A 17 0 C CC 44 3E
Octal 136 255 340 72 27 0 14 314 104 76
Binary 1011110 10101101 11100000 111010 10111 0 1100 11001100 1000100 111110

Color Harmonies of #5EADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADE0

Black with #5EADE0

Text Example


Text Example

White with #5EADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,173,224); }

 H1.HeaderClassName
 {
   color: #5EADE0;
 }
 .AnyTagClassName
 {
   color: #5EADE0;
 }
</style>

background-color css

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

 a { background-color: rgb(94,173,224); }

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

border-color css

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

 span { border-color: rgb(94,173,224); }

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