Html Css Color HEX #5EBEDC Malibu

📋 copy color: '#5EBEDC'

red 94 ◦ green 190 ◦ blue 220

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

Shades of Malibu #5EBEDC

Tints of Malibu #5EBEDC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

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

R = 18.65%
G = 37.7%
B = 43.65%

CMYK

 C value IS 0.57

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5EBEDC (or 0x5EBEDC) is known color: Malibu. HEX triplet: 5E, BE and DC. RGB value is (94,190,220). Sum of RGB (Red+Green+Blue) = 94+190+220=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #5EBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBEDC is #A14123. Grayscale: #A4A4A4. Windows color (decimal): -10567972 or 14466654. OLE color: 14466654.

HSL color Cylindrical-coordinate representation of color #5EBEDC: hue angle of 194.29º 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 #5EBEDC is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 190 220 -
CMYK 0.57 0.14 0 0.14
HSL 194.29º 0.64% 0.62% -
HSV(B) 194.29º 0.57% 0.86% -
XYZ 35.95 44.37 74.38 -
YUV 164.72 159.2 77.56 -
System Red Green Blue C M Y K H S L
Decimal 94 190 220 0.57 0.14 0 0.14 194.29 0.64 0.62
Hex 5E BE DC 39 E 0 E C2 40 3E
Octal 136 276 334 71 16 0 16 302 100 76
Binary 1011110 10111110 11011100 111001 1110 0 1110 11000010 1000000 111110

Color Harmonies of #5EBEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBEDC

Black with #5EBEDC

Text Example


Text Example

White with #5EBEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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