#9ECBFD

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

Shades of Pale Cornflower Blue #9ECBFD

Tints of Pale Cornflower Blue #9ECBFD

Color information

#9ECBFD (or 0x9ECBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, CB and FD. RGB value is (158,203,253). Sum of RGB (Red+Green+Blue) = 158+203+253=614 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.73% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ECBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECBFD is #613402. Grayscale: #C3C3C3. Windows color (decimal): -6370307 or 16632734. OLE color: 16632734.

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

Color convert

RGB158203253-
CMYK0.380.2000.01
HSL211.58º95.96%80.59%-
HSV(B)211.58º37.55%99.22%-
XYZ53.1957.07101.14-
YUV195.24160.59101.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.73%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=25.73%
G=33.06%
B=41.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582032530.380.2000.01211.5895.9680.59
Hex9ECBFD261401d46051
Octal236313375462401324140121
Binary10011110110010111111110110011010100011101010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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