#5FA6EE

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

Shades of Cornflower Blue #5FA6EE

Tints of Cornflower Blue #5FA6EE

Color information

#5FA6EE (or 0x5FA6EE) is unknown color: approx Cornflower Blue. HEX triplet: 5F, A6 and EE. RGB value is (95,166,238). Sum of RGB (Red+Green+Blue) = 95+166+238=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FA6EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA6EE is #A05911. Grayscale: #989898. Windows color (decimal): -10508562 or 15640159. OLE color: 15640159.

HSL color Cylindrical-coordinate representation of color #5FA6EE: hue angle of 210.21º degrees, saturation: 0.81, 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 #5FA6EE is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95166238-
CMYK0.600.3000.07
HSL210.21º80.79%65.29%-
HSV(B)210.21º60.08%93.33%-
XYZ33.7935.8886.03-
YUV152.98175.9886.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.04%
GREEN value IS 166 (65.23% from 255) = 33.27%
BLUE value IS 238 (93.36% from 255) = 47.70%
R=19.04%
G=33.27%
B=47.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951662380.600.3000.07210.2180.7965.29
Hex5FA6EE3C1E07d25141
Octal137246356743607322121101
Binary101111110100110111011101111001111001111101001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,166,238); }

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

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

 a { background-color: rgb(95,166,238); }

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

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

 span { border-color: rgb(95,166,238); }

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