#9ACEEF

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

Shades of Cornflower #9ACEEF

Tints of Cornflower #9ACEEF

Color information

#9ACEEF (or 0x9ACEEF) is unknown color: approx Cornflower. HEX triplet: 9A, CE and EF. RGB value is (154,206,239). Sum of RGB (Red+Green+Blue) = 154+206+239=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #9ACEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACEEF is #653110. Grayscale: #C2C2C2. Windows color (decimal): -6631697 or 15715994. OLE color: 15715994.

HSL color Cylindrical-coordinate representation of color #9ACEEF: hue angle of 203.29º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ACEEF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154206239-
CMYK0.360.1400.06
HSL203.29º72.65%77.06%-
HSV(B)203.29º35.56%93.73%-
XYZ50.9857.2490.02-
YUV194.21153.2799.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.71%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=25.71%
G=34.39%
B=39.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542062390.360.1400.06203.2972.6577.06
Hex9ACEEF24E06cb494d
Octal232316357441606313111115
Binary100110101100111011101111100100111001101100101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,206,239); }

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

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

 a { background-color: rgb(154,206,239); }

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

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

 span { border-color: rgb(154,206,239); }

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