Html Css Color HEX #5EADDC Malibu

📋 copy color: '#5EADDC'

red 94 ◦ green 173 ◦ blue 220

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

Shades of Malibu #5EADDC

Tints of Malibu #5EADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 19.3%
G = 35.52%
B = 45.17%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EADDC (or 0x5EADDC) is known color: Malibu. HEX triplet: 5E, AD and DC. RGB value is (94,173,220). Sum of RGB (Red+Green+Blue) = 94+173+220=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADDC is #A15223. Grayscale: #9A9A9A. Windows color (decimal): -10572324 or 14462302. OLE color: 14462302.

HSL color Cylindrical-coordinate representation of color #5EADDC: hue angle of 202.38º 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 #5EADDC is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 173 220 -
CMYK 0.57 0.21 0 0.14
HSL 202.38º 0.64% 0.62% -
HSV(B) 202.38º 0.57% 0.86% -
XYZ 32.48 37.43 73.22 -
YUV 154.74 164.83 84.68 -
System Red Green Blue C M Y K H S L
Decimal 94 173 220 0.57 0.21 0 0.14 202.38 0.64 0.62
Hex 5E AD DC 39 15 0 E CA 40 3E
Octal 136 255 334 71 25 0 16 312 100 76
Binary 1011110 10101101 11011100 111001 10101 0 1110 11001010 1000000 111110

Color Harmonies of #5EADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADDC

Black with #5EADDC

Text Example


Text Example

White with #5EADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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