Html Css Color HEX #5EACF3 Malibu

📋 copy color: '#5EACF3'

red 94 ◦ green 172 ◦ blue 243

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

Shades of Malibu #5EACF3

Tints of Malibu #5EACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.74%

R = 18.47%
G = 33.79%
B = 47.74%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5EACF3 (or 0x5EACF3) is known color: Malibu. HEX triplet: 5E, AC and F3. RGB value is (94,172,243). Sum of RGB (Red+Green+Blue) = 94+172+243=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 243 (95.31% from 255 or 47.74% from 509); Max value from RGB is 243 - color contains mainly: blue. Hex color #5EACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EACF3 is #A1530C. Grayscale: #9C9C9C. Windows color (decimal): -10572557 or 15969374. OLE color: 15969374.

HSL color Cylindrical-coordinate representation of color #5EACF3: hue angle of 208.59º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EACF3 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 172 243 -
CMYK 0.61 0.29 0 0.05
HSL 208.59º 0.86% 0.66% -
HSV(B) 208.59º 0.61% 0.95% -
XYZ 35.55 38.36 90.32 -
YUV 156.77 176.66 83.23 -
System Red Green Blue C M Y K H S L
Decimal 94 172 243 0.61 0.29 0 0.05 208.59 0.86 0.66
Hex 5E AC F3 3D 1D 0 5 D1 56 42
Octal 136 254 363 75 35 0 5 321 126 102
Binary 1011110 10101100 11110011 111101 11101 0 101 11010001 1010110 1000010

Color Harmonies of #5EACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EACF3

Black with #5EACF3

Text Example


Text Example

White with #5EACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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