#9EC9FA

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

Shades of Pale Cornflower Blue #9EC9FA

Tints of Pale Cornflower Blue #9EC9FA

Color information

#9EC9FA (or 0x9EC9FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, C9 and FA. RGB value is (158,201,250). Sum of RGB (Red+Green+Blue) = 158+201+250=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EC9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC9FA is #613605. Grayscale: #C1C1C1. Windows color (decimal): -6370822 or 16435614. OLE color: 16435614.

HSL color Cylindrical-coordinate representation of color #9EC9FA: hue angle of 211.96º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EC9FA is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158201250-
CMYK0.370.2000.02
HSL211.96º90.2%80%-
HSV(B)211.96º36.8%98.04%-
XYZ52.2455.9498.49-
YUV193.73159.75102.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.94%
GREEN value IS 201 (78.91% from 255) = 33.00%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=25.94%
G=33.00%
B=41.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582012500.370.2000.02211.9690.280
Hex9EC9FA251402d45a50
Octal236311372452402324132120
Binary100111101100100111111010100101101000101101010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EC9FA; }

 p { color: rgb(158,201,250); }

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

<style>
 a { background-color: #9EC9FA; }

 a { background-color: rgb(158,201,250); }

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

<style>
 span { border-color: #9EC9FA; }

 span { border-color: rgb(158,201,250); }

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