#9EC0FA

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

Shades of Pale Cornflower Blue #9EC0FA

Tints of Pale Cornflower Blue #9EC0FA

Color information

#9EC0FA (or 0x9EC0FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, C0 and FA. RGB value is (158,192,250). Sum of RGB (Red+Green+Blue) = 158+192+250=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EC0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC0FA is #613F05. Grayscale: #BCBCBC. Windows color (decimal): -6373126 or 16433310. OLE color: 16433310.

HSL color Cylindrical-coordinate representation of color #9EC0FA: hue angle of 217.83º 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 #9EC0FA is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158192250-
CMYK0.370.2300.02
HSL217.83º90.2%80%-
HSV(B)217.83º36.8%98.04%-
XYZ50.2151.8797.81-
YUV188.45162.74106.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.33%
GREEN value IS 192 (75.39% from 255) = 32%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=26.33%
G=32%
B=41.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581922500.370.2300.02217.8390.280
Hex9EC0FA251702da5a50
Octal236300372452702332132120
Binary100111101100000011111010100101101110101101101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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