#9ECBFF

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

Shades of Pale Cornflower Blue #9ECBFF

Tints of Pale Cornflower Blue #9ECBFF

Color information

#9ECBFF (or 0x9ECBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, CB and FF. RGB value is (158,203,255). Sum of RGB (Red+Green+Blue) = 158+203+255=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ECBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECBFF is #613400. Grayscale: #C3C3C3. Windows color (decimal): -6370305 or 16763806. OLE color: 16763806.

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

Color convert

RGB158203255-
CMYK0.380.2000
HSL212.16º100%80.98%-
HSV(B)212.16º38.04%100%-
XYZ53.5157.2102.83-
YUV195.47161.59101.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.65%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 255 (100% from 255) = 41.40%
R=25.65%
G=32.95%
B=41.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582032550.380.2000212.1610080.98
Hex9ECBFF261400d46451
Octal236313377462400324144121
Binary10011110110010111111111110011010100001101010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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