#9EC6F9

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

Shades of Pale Cornflower Blue #9EC6F9

Tints of Pale Cornflower Blue #9EC6F9

Color information

#9EC6F9 (or 0x9EC6F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, C6 and F9. RGB value is (158,198,249). Sum of RGB (Red+Green+Blue) = 158+198+249=605 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.12% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #9EC6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC6F9 is #613906. Grayscale: #BFBFBF. Windows color (decimal): -6371591 or 16369310. OLE color: 16369310.

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

Color convert

RGB158198249-
CMYK0.370.2000.02
HSL213.63º88.35%79.8%-
HSV(B)213.63º36.55%97.65%-
XYZ51.3954.597.43-
YUV191.85160.25103.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.12%
GREEN value IS 198 (77.73% from 255) = 32.73%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=26.12%
G=32.73%
B=41.16%

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
Decimal1581982490.370.2000.02213.6388.3579.8
Hex9EC6F9251402d65850
Octal236306371452402326130120
Binary100111101100011011111001100101101000101101011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,198,249); }

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

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

 a { background-color: rgb(158,198,249); }

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

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

 span { border-color: rgb(158,198,249); }

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