#9ECEFD

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

Shades of Pale Cornflower Blue #9ECEFD

Tints of Pale Cornflower Blue #9ECEFD

Color information

#9ECEFD (or 0x9ECEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, CE and FD. RGB value is (158,206,253). Sum of RGB (Red+Green+Blue) = 158+206+253=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ECEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECEFD is #613102. Grayscale: #C4C4C4. Windows color (decimal): -6369539 or 16633502. OLE color: 16633502.

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

Color convert

RGB158206253-
CMYK0.380.1900.01
HSL209.68º95.96%80.59%-
HSV(B)209.68º37.55%99.22%-
XYZ53.958.5101.38-
YUV197.01159.6100.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.61%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=25.61%
G=33.39%
B=41.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582062530.380.1900.01209.6895.9680.59
Hex9ECEFD261301d26051
Octal236316375462301322140121
Binary10011110110011101111110110011010011011101001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,206,253); }

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

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

 a { background-color: rgb(158,206,253); }

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

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

 span { border-color: rgb(158,206,253); }

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