#5F9CEC

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

Shades of Cornflower Blue #5F9CEC

Tints of Cornflower Blue #5F9CEC

Color information

#5F9CEC (or 0x5F9CEC) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 9C and EC. RGB value is (95,156,236). Sum of RGB (Red+Green+Blue) = 95+156+236=487 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.51% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F9CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9CEC is #A06313. Grayscale: #929292. Windows color (decimal): -10511124 or 15506527. OLE color: 15506527.

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

Color convert

RGB95156236-
CMYK0.600.3400.07
HSL214.04º78.77%64.9%-
HSV(B)214.04º59.75%92.55%-
XYZ31.7532.2783.91-
YUV146.88178.2991-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.51%
GREEN value IS 156 (61.33% from 255) = 32.03%
BLUE value IS 236 (92.58% from 255) = 48.46%
R=19.51%
G=32.03%
B=48.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951562360.600.3400.07214.0478.7764.9
Hex5F9CEC3C2207d64f41
Octal137234354744207326117101
Binary1011111100111001110110011110010001001111101011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,156,236); }

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

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

 a { background-color: rgb(95,156,236); }

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

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

 span { border-color: rgb(95,156,236); }

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