#5B8AEC

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

Shades of Cornflower Blue #5B8AEC

Tints of Cornflower Blue #5B8AEC

Color information

#5B8AEC (or 0x5B8AEC) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 8A and EC. RGB value is (91,138,236). Sum of RGB (Red+Green+Blue) = 91+138+236=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B8AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B8AEC is #A47513. Grayscale: #868686. Windows color (decimal): -10777876 or 15501915. OLE color: 15501915.

HSL color Cylindrical-coordinate representation of color #5B8AEC: hue angle of 220.55º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B8AEC is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91138236-
CMYK0.610.4200.07
HSL220.55º79.23%64.12%-
HSV(B)220.55º61.44%92.55%-
XYZ28.5426.4682.96-
YUV135.12184.9396.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.57%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 236 (92.58% from 255) = 50.75%
R=19.57%
G=29.68%
B=50.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal911382360.610.4200.07220.5579.2364.12
Hex5B8AEC3D2A07dd4f40
Octal133212354755207335117100
Binary1011011100010101110110011110110101001111101110110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,138,236); }

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

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

 a { background-color: rgb(91,138,236); }

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

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

 span { border-color: rgb(91,138,236); }

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