#9ECAF9

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

Shades of Pale Cornflower Blue #9ECAF9

Tints of Pale Cornflower Blue #9ECAF9

Color information

#9ECAF9 (or 0x9ECAF9) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, CA and F9. RGB value is (158,202,249). Sum of RGB (Red+Green+Blue) = 158+202+249=609 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.94% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #9ECAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECAF9 is #613506. Grayscale: #C1C1C1. Windows color (decimal): -6370567 or 16370334. OLE color: 16370334.

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

Color convert

RGB158202249-
CMYK0.370.1900.02
HSL210.99º88.35%79.8%-
HSV(B)210.99º36.55%97.65%-
XYZ52.3256.3597.74-
YUV194.2158.92102.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.94%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 249 (97.66% from 255) = 40.89%
R=25.94%
G=33.17%
B=40.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582022490.370.1900.02210.9988.3579.8
Hex9ECAF9251302d35850
Octal236312371452302323130120
Binary100111101100101011111001100101100110101101001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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