#9EC6FF

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

Shades of Pale Cornflower Blue #9EC6FF

Tints of Pale Cornflower Blue #9EC6FF

Color information

#9EC6FF (or 0x9EC6FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, C6 and FF. RGB value is (158,198,255). Sum of RGB (Red+Green+Blue) = 158+198+255=611 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.86% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EC6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC6FF is #613900. Grayscale: #C0C0C0. Windows color (decimal): -6371585 or 16762526. OLE color: 16762526.

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

Color convert

RGB158198255-
CMYK0.380.2200
HSL215.26º100%80.98%-
HSV(B)215.26º38.04%100%-
XYZ52.3454.88102.44-
YUV192.54163.25103.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.86%
GREEN value IS 198 (77.73% from 255) = 32.41%
BLUE value IS 255 (100% from 255) = 41.73%
R=25.86%
G=32.41%
B=41.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581982550.380.2200215.2610080.98
Hex9EC6FF261600d76451
Octal236306377462600327144121
Binary10011110110001101111111110011010110001101011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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