Html Css Color HEX #5EAAEA Malibu

📋 copy color: '#5EAAEA'

red 94 ◦ green 170 ◦ blue 234

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

Shades of Malibu #5EAAEA

Tints of Malibu #5EAAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 18.88%
G = 34.14%
B = 46.99%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EAAEA (or 0x5EAAEA) is known color: Malibu. HEX triplet: 5E, AA and EA. RGB value is (94,170,234). Sum of RGB (Red+Green+Blue) = 94+170+234=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #5EAAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAAEA is #A15515. Grayscale: #9A9A9A. Windows color (decimal): -10573078 or 15379038. OLE color: 15379038.

HSL color Cylindrical-coordinate representation of color #5EAAEA: hue angle of 207.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EAAEA is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 170 234 -
CMYK 0.60 0.27 0 0.08
HSL 207.43º 0.77% 0.64% -
HSV(B) 207.43º 0.6% 0.92% -
XYZ 33.84 37.07 83.21 -
YUV 154.57 172.82 84.8 -
System Red Green Blue C M Y K H S L
Decimal 94 170 234 0.60 0.27 0 0.08 207.43 0.77 0.64
Hex 5E AA EA 3C 1B 0 8 CF 4D 40
Octal 136 252 352 74 33 0 10 317 115 100
Binary 1011110 10101010 11101010 111100 11011 0 1000 11001111 1001101 1000000

Color Harmonies of #5EAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAAEA

Black with #5EAAEA

Text Example


Text Example

White with #5EAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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