Html Css Color HEX #5EACF5 Malibu

📋 copy color: '#5EACF5'

red 94 ◦ green 172 ◦ blue 245

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

Shades of Malibu #5EACF5

Tints of Malibu #5EACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.95%

R = 18.4%
G = 33.66%
B = 47.95%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5EACF5 (or 0x5EACF5) is known color: Malibu. HEX triplet: 5E, AC and F5. RGB value is (94,172,245). Sum of RGB (Red+Green+Blue) = 94+172+245=511 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.40% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #5EACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACF5 is #A1530A. Grayscale: #9C9C9C. Windows color (decimal): -10572555 or 16100446. OLE color: 16100446.

HSL color Cylindrical-coordinate representation of color #5EACF5: hue angle of 209.01º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EACF5 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 94 172 245 -
CMYK 0.62 0.30 0 0.04
HSL 209.01º 0.88% 0.66% -
HSV(B) 209.01º 0.62% 0.96% -
XYZ 35.85 38.48 91.92 -
YUV 157 177.66 83.06 -
System Red Green Blue C M Y K H S L
Decimal 94 172 245 0.62 0.30 0 0.04 209.01 0.88 0.66
Hex 5E AC F5 3E 1E 0 4 D1 58 42
Octal 136 254 365 76 36 0 4 321 130 102
Binary 1011110 10101100 11110101 111110 11110 0 100 11010001 1011000 1000010

Color Harmonies of #5EACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACF5

Black with #5EACF5

Text Example


Text Example

White with #5EACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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