#9ECDFE

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

Shades of Pale Cornflower Blue #9ECDFE

Tints of Pale Cornflower Blue #9ECDFE

Color information

#9ECDFE (or 0x9ECDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, CD and FE. RGB value is (158,205,254). Sum of RGB (Red+Green+Blue) = 158+205+254=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ECDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECDFE is #613201. Grayscale: #C4C4C4. Windows color (decimal): -6369794 or 16698782. OLE color: 16698782.

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

Color convert

RGB158205254-
CMYK0.380.1900.00
HSL210.62º97.96%80.78%-
HSV(B)210.62º37.8%99.61%-
XYZ53.8258.09102.14-
YUV196.53160.43100.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.61%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=25.61%
G=33.23%
B=41.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582052540.380.1900.00210.6297.9680.78
Hex9ECDFE261300d36251
Octal236315376462300323142121
Binary10011110110011011111111010011010011001101001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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