#9ECCFF

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

Shades of Pale Cornflower Blue #9ECCFF

Tints of Pale Cornflower Blue #9ECCFF

Color information

#9ECCFF (or 0x9ECCFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9E, CC and FF. RGB value is (158,204,255). Sum of RGB (Red+Green+Blue) = 158+204+255=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ECCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCFF is #613300. Grayscale: #C3C3C3. Windows color (decimal): -6370049 or 16764062. OLE color: 16764062.

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

Color convert

RGB158204255-
CMYK0.380.200
HSL211.55º100%80.98%-
HSV(B)211.55º38.04%100%-
XYZ53.7457.67102.91-
YUV196.06161.26100.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.61%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 255 (100% from 255) = 41.33%
R=25.61%
G=33.06%
B=41.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582042550.380.200211.5510080.98
Hex9ECCFF261400d46451
Octal236314377462400324144121
Binary10011110110011001111111110011010100001101010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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