#5E9AEB

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

Shades of Cornflower Blue #5E9AEB

Tints of Cornflower Blue #5E9AEB

Color information

#5E9AEB (or 0x5E9AEB) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 9A and EB. RGB value is (94,154,235). Sum of RGB (Red+Green+Blue) = 94+154+235=483 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.46% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E9AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9AEB is #A16514. Grayscale: #909090. Windows color (decimal): -10577173 or 15440478. OLE color: 15440478.

HSL color Cylindrical-coordinate representation of color #5E9AEB: hue angle of 214.47º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E9AEB is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB94154235-
CMYK0.60.3400.08
HSL214.47º77.9%64.51%-
HSV(B)214.47º60%92.16%-
XYZ31.1731.4983.03-
YUV145.29178.6291.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.46%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=19.46%
G=31.88%
B=48.65%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal941542350.60.3400.08214.4777.964.51
Hex5E9AEB3C2208d64e41
Octal1362323537442010326116101
Binary10111101001101011101011111100100010010001101011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,154,235); }

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

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

 a { background-color: rgb(94,154,235); }

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

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

 span { border-color: rgb(94,154,235); }

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