Html Css Color HEX #5EADF1 Malibu

📋 copy color: '#5EADF1'

red 94 ◦ green 173 ◦ blue 241

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

Shades of Malibu #5EADF1

Tints of Malibu #5EADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 241 (94.53% from 255) = 47.44%

R = 18.5%
G = 34.06%
B = 47.44%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5EADF1 (or 0x5EADF1) is known color: Malibu. HEX triplet: 5E, AD and F1. RGB value is (94,173,241). Sum of RGB (Red+Green+Blue) = 94+173+241=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #5EADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EADF1 is #A1520E. Grayscale: #9C9C9C. Windows color (decimal): -10572303 or 15838558. OLE color: 15838558.

HSL color Cylindrical-coordinate representation of color #5EADF1: hue angle of 207.76º degrees, saturation: 0.84, 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 #5EADF1 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 94 173 241 -
CMYK 0.61 0.28 0 0.05
HSL 207.76º 0.84% 0.66% -
HSV(B) 207.76º 0.61% 0.95% -
XYZ 35.44 38.62 88.81 -
YUV 157.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 94 173 241 0.61 0.28 0 0.05 207.76 0.84 0.66
Hex 5E AD F1 3D 1C 0 5 D0 54 42
Octal 136 255 361 75 34 0 5 320 124 102
Binary 1011110 10101101 11110001 111101 11100 0 101 11010000 1010100 1000010

Color Harmonies of #5EADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EADF1

Black with #5EADF1

Text Example


Text Example

White with #5EADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,173,241); }

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

background-color css

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

 a { background-color: rgb(94,173,241); }

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

border-color css

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

 span { border-color: rgb(94,173,241); }

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