#9EC7FF

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

Shades of Pale Cornflower Blue #9EC7FF

Tints of Pale Cornflower Blue #9EC7FF

Color information

#9EC7FF (or 0x9EC7FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, C7 and FF. RGB value is (158,199,255). Sum of RGB (Red+Green+Blue) = 158+199+255=612 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.82% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EC7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC7FF is #613800. Grayscale: #C0C0C0. Windows color (decimal): -6371329 or 16762782. OLE color: 16762782.

HSL color Cylindrical-coordinate representation of color #9EC7FF: hue angle of 214.64º 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 #9EC7FF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB158199255-
CMYK0.380.2200
HSL214.64º100%80.98%-
HSV(B)214.64º38.04%100%-
XYZ52.5755.34102.52-
YUV193.12162.92102.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.82%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 255 (100% from 255) = 41.67%
R=25.82%
G=32.52%
B=41.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581992550.380.2200214.6410080.98
Hex9EC7FF261600d76451
Octal236307377462600327144121
Binary10011110110001111111111110011010110001101011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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