#5E96DC

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

Shades of Cornflower Blue #5E96DC

Tints of Cornflower Blue #5E96DC

Color information

#5E96DC (or 0x5E96DC) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 96 and DC. RGB value is (94,150,220). Sum of RGB (Red+Green+Blue) = 94+150+220=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E96DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E96DC is #A16923. Grayscale: #8C8C8C. Windows color (decimal): -10578212 or 14456414. OLE color: 14456414.

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

Color convert

RGB94150220-
CMYK0.570.3200.14
HSL213.33º64.29%61.57%-
HSV(B)213.33º57.27%86.27%-
XYZ28.4429.3671.88-
YUV141.24172.4594.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.26%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=20.26%
G=32.33%
B=47.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal941502200.570.3200.14213.3364.2961.57
Hex5E96DC39200Ed5403e
Octal136226334714001632510076
Binary1011110100101101101110011100110000001110110101011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E96DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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