Html Css Color HEX #5EACE5 Malibu

📋 copy color: '#5EACE5'

red 94 ◦ green 172 ◦ blue 229

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

Shades of Malibu #5EACE5

Tints of Malibu #5EACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.75%

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 18.99%
G = 34.75%
B = 46.26%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5EACE5 (or 0x5EACE5) is known color: Malibu. HEX triplet: 5E, AC and E5. RGB value is (94,172,229). Sum of RGB (Red+Green+Blue) = 94+172+229=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #5EACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EACE5 is #A1531A. Grayscale: #9A9A9A. Windows color (decimal): -10572571 or 15051870. OLE color: 15051870.

HSL color Cylindrical-coordinate representation of color #5EACE5: hue angle of 205.33º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EACE5 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 94 172 229 -
CMYK 0.59 0.25 0 0.10
HSL 205.33º 0.72% 0.63% -
HSV(B) 205.33º 0.59% 0.9% -
XYZ 33.51 37.54 79.61 -
YUV 155.18 169.66 84.37 -
System Red Green Blue C M Y K H S L
Decimal 94 172 229 0.59 0.25 0 0.10 205.33 0.72 0.63
Hex 5E AC E5 3B 19 0 A CD 48 3F
Octal 136 254 345 73 31 0 12 315 110 77
Binary 1011110 10101100 11100101 111011 11001 0 1010 11001101 1001000 111111

Color Harmonies of #5EACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACE5

Black with #5EACE5

Text Example


Text Example

White with #5EACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,172,229); }

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

background-color css

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

 a { background-color: rgb(94,172,229); }

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

border-color css

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

 span { border-color: rgb(94,172,229); }

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