Html Css Color HEX #5EAEDD Malibu

📋 copy color: '#5EAEDD'

red 94 ◦ green 174 ◦ blue 221

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

Shades of Malibu #5EAEDD

Tints of Malibu #5EAEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

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

R = 19.22%
G = 35.58%
B = 45.19%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EAEDD (or 0x5EAEDD) is known color: Malibu. HEX triplet: 5E, AE and DD. RGB value is (94,174,221). Sum of RGB (Red+Green+Blue) = 94+174+221=489 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.22% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAEDD is #A15122. Grayscale: #9B9B9B. Windows color (decimal): -10572067 or 14528094. OLE color: 14528094.

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

Color convert

RGB 94 174 221 -
CMYK 0.57 0.21 0 0.13
HSL 202.2º 0.65% 0.62% -
HSV(B) 202.2º 0.57% 0.87% -
XYZ 32.8 37.87 73.99 -
YUV 155.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 94 174 221 0.57 0.21 0 0.13 202.2 0.65 0.62
Hex 5E AE DD 39 15 0 D CA 41 3E
Octal 136 256 335 71 25 0 15 312 101 76
Binary 1011110 10101110 11011101 111001 10101 0 1101 11001010 1000001 111110

Color Harmonies of #5EAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAEDD

Black with #5EAEDD

Text Example


Text Example

White with #5EAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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