Html Css Color HEX #5EADDD Malibu

📋 copy color: '#5EADDD'

red 94 ◦ green 173 ◦ blue 221

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

Shades of Malibu #5EADDD

Tints of Malibu #5EADDD

RGB

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

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

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

R = 19.26%
G = 35.45%
B = 45.29%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EADDD (or 0x5EADDD) is known color: Malibu. HEX triplet: 5E, AD and DD. RGB value is (94,173,221). Sum of RGB (Red+Green+Blue) = 94+173+221=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EADDD is #A15222. Grayscale: #9A9A9A. Windows color (decimal): -10572323 or 14527838. OLE color: 14527838.

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

Color convert

RGB 94 173 221 -
CMYK 0.57 0.22 0 0.13
HSL 202.68º 0.65% 0.62% -
HSV(B) 202.68º 0.57% 0.87% -
XYZ 32.61 37.49 73.92 -
YUV 154.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 94 173 221 0.57 0.22 0 0.13 202.68 0.65 0.62
Hex 5E AD DD 39 16 0 D CB 41 3E
Octal 136 255 335 71 26 0 15 313 101 76
Binary 1011110 10101101 11011101 111001 10110 0 1101 11001011 1000001 111110

Color Harmonies of #5EADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADDD

Black with #5EADDD

Text Example


Text Example

White with #5EADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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