#5B9CEB

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

Shades of Cornflower Blue #5B9CEB

Tints of Cornflower Blue #5B9CEB

Color information

#5B9CEB (or 0x5B9CEB) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 9C and EB. RGB value is (91,156,235). Sum of RGB (Red+Green+Blue) = 91+156+235=482 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.88% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9CEB is #A46314. Grayscale: #919191. Windows color (decimal): -10773269 or 15440987. OLE color: 15440987.

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

Color convert

RGB91156235-
CMYK0.610.3400.08
HSL212.92º78.26%63.92%-
HSV(B)212.92º61.28%92.16%-
XYZ31.23283.13-
YUV145.57178.4789.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.88%
GREEN value IS 156 (61.33% from 255) = 32.37%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=18.88%
G=32.37%
B=48.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal911562350.610.3400.08212.9278.2663.92
Hex5B9CEB3D2208d54e40
Octal1332343537542010325116100
Binary10110111001110011101011111101100010010001101010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,156,235); }

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

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

 a { background-color: rgb(91,156,235); }

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

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

 span { border-color: rgb(91,156,235); }

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