Html Css Color HEX #5EAEEB Malibu

📋 copy color: '#5EAEEB'

red 94 ◦ green 174 ◦ blue 235

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

Shades of Malibu #5EAEEB

Tints of Malibu #5EAEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.72%

R = 18.69%
G = 34.59%
B = 46.72%

CMYK

 C value IS 0.6

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EAEEB (or 0x5EAEEB) is known color: Malibu. HEX triplet: 5E, AE and EB. RGB value is (94,174,235). Sum of RGB (Red+Green+Blue) = 94+174+235=503 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.69% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAEEB is #A15114. Grayscale: #9C9C9C. Windows color (decimal): -10572053 or 15445598. OLE color: 15445598.

HSL color Cylindrical-coordinate representation of color #5EAEEB: hue angle of 205.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EAEEB is Cyan = 0.6, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 174 235 -
CMYK 0.6 0.26 0 0.08
HSL 205.96º 0.78% 0.65% -
HSV(B) 205.96º 0.6% 0.92% -
XYZ 34.75 38.65 84.23 -
YUV 157.03 172 83.04 -
System Red Green Blue C M Y K H S L
Decimal 94 174 235 0.6 0.26 0 0.08 205.96 0.78 0.65
Hex 5E AE EB 3C 1A 0 8 CE 4E 41
Octal 136 256 353 74 32 0 10 316 116 101
Binary 1011110 10101110 11101011 111100 11010 0 1000 11001110 1001110 1000001

Color Harmonies of #5EAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAEEB

Black with #5EAEEB

Text Example


Text Example

White with #5EAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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