Html Css Color HEX #5EACF6 Malibu

📋 copy color: '#5EACF6'

red 94 ◦ green 172 ◦ blue 246

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

Shades of Malibu #5EACF6

Tints of Malibu #5EACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.05%

R = 18.36%
G = 33.59%
B = 48.05%

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

#5EACF6 (or 0x5EACF6) is known color: Malibu. HEX triplet: 5E, AC and F6. RGB value is (94,172,246). Sum of RGB (Red+Green+Blue) = 94+172+246=512 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.36% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #5EACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACF6 is #A15309. Grayscale: #9C9C9C. Windows color (decimal): -10572554 or 16165982. OLE color: 16165982.

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

Color convert

RGB 94 172 246 -
CMYK 0.62 0.30 0 0.04
HSL 209.21º 0.89% 0.67% -
HSV(B) 209.21º 0.62% 0.96% -
XYZ 36 38.54 92.73 -
YUV 157.11 178.16 82.98 -
System Red Green Blue C M Y K H S L
Decimal 94 172 246 0.62 0.30 0 0.04 209.21 0.89 0.67
Hex 5E AC F6 3E 1E 0 4 D1 59 43
Octal 136 254 366 76 36 0 4 321 131 103
Binary 1011110 10101100 11110110 111110 11110 0 100 11010001 1011001 1000011

Color Harmonies of #5EACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACF6

Black with #5EACF6

Text Example


Text Example

White with #5EACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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