#9ECBFE

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

Shades of Pale Cornflower Blue #9ECBFE

Tints of Pale Cornflower Blue #9ECBFE

Color information

#9ECBFE (or 0x9ECBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, CB and FE. RGB value is (158,203,254). Sum of RGB (Red+Green+Blue) = 158+203+254=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ECBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECBFE is #613401. Grayscale: #C3C3C3. Windows color (decimal): -6370306 or 16698270. OLE color: 16698270.

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

Color convert

RGB158203254-
CMYK0.380.2000.00
HSL211.88º97.96%80.78%-
HSV(B)211.88º37.8%99.61%-
XYZ53.3557.14101.98-
YUV195.36161.09101.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.69%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=25.69%
G=33.01%
B=41.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582032540.380.2000.00211.8897.9680.78
Hex9ECBFE261400d46251
Octal236313376462400324142121
Binary10011110110010111111111010011010100001101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,203,254); }

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

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

 a { background-color: rgb(158,203,254); }

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

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

 span { border-color: rgb(158,203,254); }

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