Html Css Color HEX #5EACF7 Malibu

📋 copy color: '#5EACF7'

red 94 ◦ green 172 ◦ blue 247

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

Shades of Malibu #5EACF7

Tints of Malibu #5EACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.15%

R = 18.32%
G = 33.53%
B = 48.15%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5EACF7 (or 0x5EACF7) is known color: Malibu. HEX triplet: 5E, AC and F7. RGB value is (94,172,247). Sum of RGB (Red+Green+Blue) = 94+172+247=513 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.32% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #5EACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACF7 is #A15308. Grayscale: #9C9C9C. Windows color (decimal): -10572553 or 16231518. OLE color: 16231518.

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

Color convert

RGB 94 172 247 -
CMYK 0.62 0.30 0 0.03
HSL 209.41º 0.91% 0.67% -
HSV(B) 209.41º 0.62% 0.97% -
XYZ 36.16 38.6 93.54 -
YUV 157.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 94 172 247 0.62 0.30 0 0.03 209.41 0.91 0.67
Hex 5E AC F7 3E 1E 0 3 D1 5B 43
Octal 136 254 367 76 36 0 3 321 133 103
Binary 1011110 10101100 11110111 111110 11110 0 11 11010001 1011011 1000011

Color Harmonies of #5EACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACF7

Black with #5EACF7

Text Example


Text Example

White with #5EACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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