Html Css Color HEX #5EABEF Malibu

📋 copy color: '#5EABEF'

red 94 ◦ green 171 ◦ blue 239

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

Shades of Malibu #5EABEF

Tints of Malibu #5EABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 18.65%
G = 33.93%
B = 47.42%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5EABEF (or 0x5EABEF) is known color: Malibu. HEX triplet: 5E, AB and EF. RGB value is (94,171,239). Sum of RGB (Red+Green+Blue) = 94+171+239=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #5EABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EABEF is #A15410. Grayscale: #9B9B9B. Windows color (decimal): -10572817 or 15706974. OLE color: 15706974.

HSL color Cylindrical-coordinate representation of color #5EABEF: hue angle of 208.14º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EABEF is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 94 171 239 -
CMYK 0.61 0.28 0 0.06
HSL 208.14º 0.82% 0.65% -
HSV(B) 208.14º 0.61% 0.94% -
XYZ 34.76 37.74 87.11 -
YUV 155.73 174.99 83.97 -
System Red Green Blue C M Y K H S L
Decimal 94 171 239 0.61 0.28 0 0.06 208.14 0.82 0.65
Hex 5E AB EF 3D 1C 0 6 D0 52 41
Octal 136 253 357 75 34 0 6 320 122 101
Binary 1011110 10101011 11101111 111101 11100 0 110 11010000 1010010 1000001

Color Harmonies of #5EABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABEF

Black with #5EABEF

Text Example


Text Example

White with #5EABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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