Html Css Color HEX #5EBADC Malibu

📋 copy color: '#5EBADC'

red 94 ◦ green 186 ◦ blue 220

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

Shades of Malibu #5EBADC

Tints of Malibu #5EBADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.2%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 18.8%
G = 37.2%
B = 44%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EBADC (or 0x5EBADC) is known color: Malibu. HEX triplet: 5E, BA and DC. RGB value is (94,186,220). Sum of RGB (Red+Green+Blue) = 94+186+220=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EBADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBADC is #A14523. Grayscale: #A2A2A2. Windows color (decimal): -10568996 or 14465630. OLE color: 14465630.

HSL color Cylindrical-coordinate representation of color #5EBADC: hue angle of 196.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EBADC is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 186 220 -
CMYK 0.57 0.15 0 0.14
HSL 196.19º 0.64% 0.62% -
HSV(B) 196.19º 0.57% 0.86% -
XYZ 35.09 42.66 74.1 -
YUV 162.37 160.52 79.24 -
System Red Green Blue C M Y K H S L
Decimal 94 186 220 0.57 0.15 0 0.14 196.19 0.64 0.62
Hex 5E BA DC 39 F 0 E C4 40 3E
Octal 136 272 334 71 17 0 16 304 100 76
Binary 1011110 10111010 11011100 111001 1111 0 1110 11000100 1000000 111110

Color Harmonies of #5EBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBADC

Black with #5EBADC

Text Example


Text Example

White with #5EBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,186,220); }

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

background-color css

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

 a { background-color: rgb(94,186,220); }

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

border-color css

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

 span { border-color: rgb(94,186,220); }

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