#5B9CEE

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

Shades of Cornflower Blue #5B9CEE

Tints of Cornflower Blue #5B9CEE

Color information

#5B9CEE (or 0x5B9CEE) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 9C and EE. RGB value is (91,156,238). Sum of RGB (Red+Green+Blue) = 91+156+238=485 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.76% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B9CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9CEE is #A46311. Grayscale: #919191. Windows color (decimal): -10773266 or 15637595. OLE color: 15637595.

HSL color Cylindrical-coordinate representation of color #5B9CEE: hue angle of 213.47º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B9CEE is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91156238-
CMYK0.620.3400.07
HSL213.47º81.22%64.51%-
HSV(B)213.47º61.76%93.33%-
XYZ31.6432.1785.43-
YUV145.91179.9788.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.76%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 238 (93.36% from 255) = 49.07%
R=18.76%
G=32.16%
B=49.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal911562380.620.3400.07213.4781.2264.51
Hex5B9CEE3E2207d55141
Octal133234356764207325121101
Binary1011011100111001110111011111010001001111101010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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