Html Css Color HEX #5EAADD Malibu

📋 copy color: '#5EAADD'

red 94 ◦ green 170 ◦ blue 221

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

Shades of Malibu #5EAADD

Tints of Malibu #5EAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.05%

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 19.38%
G = 35.05%
B = 45.57%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EAADD (or 0x5EAADD) is known color: Malibu. HEX triplet: 5E, AA and DD. RGB value is (94,170,221). Sum of RGB (Red+Green+Blue) = 94+170+221=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAADD is #A15522. Grayscale: #989898. Windows color (decimal): -10573091 or 14527070. OLE color: 14527070.

HSL color Cylindrical-coordinate representation of color #5EAADD: hue angle of 204.09º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EAADD is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 170 221 -
CMYK 0.57 0.23 0 0.13
HSL 204.09º 0.65% 0.62% -
HSV(B) 204.09º 0.57% 0.87% -
XYZ 32.04 36.35 73.73 -
YUV 153.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 94 170 221 0.57 0.23 0 0.13 204.09 0.65 0.62
Hex 5E AA DD 39 17 0 D CC 41 3E
Octal 136 252 335 71 27 0 15 314 101 76
Binary 1011110 10101010 11011101 111001 10111 0 1101 11001100 1000001 111110

Color Harmonies of #5EAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAADD

Black with #5EAADD

Text Example


Text Example

White with #5EAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,170,221); }

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

background-color css

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

 a { background-color: rgb(94,170,221); }

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

border-color css

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

 span { border-color: rgb(94,170,221); }

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