#5eb4d9

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

Shades of Malibu #5EB4D9

Tints of Malibu #5EB4D9

Color information

#5EB4D9 (or 0x5EB4D9) is unknown color: approx Malibu. HEX triplet: 5E, B4 and D9. RGB value is (94,180,217). Sum of RGB (Red+Green+Blue) = 94+180+217=491 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.14% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #5EB4D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EB4D9 is #A14B26. Grayscale: #9E9E9E. Windows color (decimal): -10570535 or 14267486. OLE color: 14267486.

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

Color convert

RGB94180217-
CMYK0.570.1700.15
HSL198.05º61.81%60.98%-
HSV(B)198.05º56.68%85.1%-
XYZ33.4640.0371.61-
YUV158.5161.0181.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.14%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=19.14%
G=36.66%
B=44.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941802170.570.1700.15198.0561.8160.98
Hex5EB4D939110Fc63e3d
Octal13626433171210173067675
Binary10111101011010011011001111001100010111111000110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5eb4d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,180,217); }

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

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

 a { background-color: rgb(94,180,217); }

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

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

 span { border-color: rgb(94,180,217); }

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