#5ebed3

Color #5EBED3 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #5EBED3

Tints of Malibu #5EBED3

Color information

#5EBED3 (or 0x5EBED3) is unknown color: approx Malibu. HEX triplet: 5E, BE and D3. RGB value is (94,190,211). Sum of RGB (Red+Green+Blue) = 94+190+211=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #5EBED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBED3 is #A1412C. Grayscale: #A3A3A3. Windows color (decimal): -10567981 or 13876830. OLE color: 13876830.

HSL color Cylindrical-coordinate representation of color #5EBED3: hue angle of 190.77º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EBED3 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB94190211-
CMYK0.550.1000.17
HSL190.77º57.07%59.8%-
HSV(B)190.77º55.45%82.75%-
XYZ34.7943.9168.27-
YUV163.69154.778.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.99%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 211 (82.81% from 255) = 42.63%
R=18.99%
G=38.38%
B=42.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal941902110.550.1000.17190.7757.0759.8
Hex5EBED337A011bf393c
Octal13627632367120212777174
Binary10111101011111011010011110111101001000110111111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ebed3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5ebed3;
 }
 .AnyTagClassName
 {
   color: #5ebed3;
 }
</style>
background-color css

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

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

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

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

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

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