#9EC5FF

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

Shades of Pale Cornflower Blue #9EC5FF

Tints of Pale Cornflower Blue #9EC5FF

Color information

#9EC5FF (or 0x9EC5FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, C5 and FF. RGB value is (158,197,255). Sum of RGB (Red+Green+Blue) = 158+197+255=610 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.90% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EC5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC5FF is #613A00. Grayscale: #BFBFBF. Windows color (decimal): -6371841 or 16762270. OLE color: 16762270.

HSL color Cylindrical-coordinate representation of color #9EC5FF: hue angle of 215.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EC5FF is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB158197255-
CMYK0.380.2300
HSL215.88º100%80.98%-
HSV(B)215.88º38.04%100%-
XYZ52.1254.42102.37-
YUV191.95163.58103.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.90%
GREEN value IS 197 (77.34% from 255) = 32.30%
BLUE value IS 255 (100% from 255) = 41.80%
R=25.90%
G=32.30%
B=41.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581972550.380.2300215.8810080.98
Hex9EC5FF261700d86451
Octal236305377462700330144121
Binary10011110110001011111111110011010111001101100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,197,255); }

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

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

 a { background-color: rgb(158,197,255); }

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

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

 span { border-color: rgb(158,197,255); }

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