Html Css Color HEX #5EABE1 Malibu

📋 copy color: '#5EABE1'

red 94 ◦ green 171 ◦ blue 225

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

Shades of Malibu #5EABE1

Tints of Malibu #5EABE1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.9%

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 19.18%
G = 34.9%
B = 45.92%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5EABE1 (or 0x5EABE1) is known color: Malibu. HEX triplet: 5E, AB and E1. RGB value is (94,171,225). Sum of RGB (Red+Green+Blue) = 94+171+225=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #5EABE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABE1 is #A1541E. Grayscale: #999999. Windows color (decimal): -10572831 or 14789470. OLE color: 14789470.

HSL color Cylindrical-coordinate representation of color #5EABE1: hue angle of 204.73º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EABE1 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 171 225 -
CMYK 0.58 0.24 0 0.12
HSL 204.73º 0.69% 0.63% -
HSV(B) 204.73º 0.58% 0.88% -
XYZ 32.77 36.94 76.64 -
YUV 154.13 167.99 85.11 -
System Red Green Blue C M Y K H S L
Decimal 94 171 225 0.58 0.24 0 0.12 204.73 0.69 0.63
Hex 5E AB E1 3A 18 0 C CD 45 3F
Octal 136 253 341 72 30 0 14 315 105 77
Binary 1011110 10101011 11100001 111010 11000 0 1100 11001101 1000101 111111

Color Harmonies of #5EABE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABE1

Black with #5EABE1

Text Example


Text Example

White with #5EABE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,171,225); }

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

background-color css

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

 a { background-color: rgb(94,171,225); }

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

border-color css

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

 span { border-color: rgb(94,171,225); }

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