Html Css Color HEX #5EABDE Malibu

📋 copy color: '#5EABDE'

red 94 ◦ green 171 ◦ blue 222

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

Shades of Malibu #5EABDE

Tints of Malibu #5EABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 19.3%
G = 35.11%
B = 45.59%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5EABDE (or 0x5EABDE) is known color: Malibu. HEX triplet: 5E, AB and DE. RGB value is (94,171,222). Sum of RGB (Red+Green+Blue) = 94+171+222=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #5EABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EABDE is #A15421. Grayscale: #999999. Windows color (decimal): -10572834 or 14592862. OLE color: 14592862.

HSL color Cylindrical-coordinate representation of color #5EABDE: hue angle of 203.91º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EABDE is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 171 222 -
CMYK 0.58 0.23 0 0.13
HSL 203.91º 0.66% 0.62% -
HSV(B) 203.91º 0.58% 0.87% -
XYZ 32.36 36.78 74.5 -
YUV 153.79 166.49 85.35 -
System Red Green Blue C M Y K H S L
Decimal 94 171 222 0.58 0.23 0 0.13 203.91 0.66 0.62
Hex 5E AB DE 3A 17 0 D CC 42 3E
Octal 136 253 336 72 27 0 15 314 102 76
Binary 1011110 10101011 11011110 111010 10111 0 1101 11001100 1000010 111110

Color Harmonies of #5EABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EABDE

Black with #5EABDE

Text Example


Text Example

White with #5EABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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