#9ACAE9

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

Shades of Cornflower #9ACAE9

Tints of Cornflower #9ACAE9

Color information

#9ACAE9 (or 0x9ACAE9) is unknown color: approx Cornflower. HEX triplet: 9A, CA and E9. RGB value is (154,202,233). Sum of RGB (Red+Green+Blue) = 154+202+233=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #9ACAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACAE9 is #653516. Grayscale: #BFBFBF. Windows color (decimal): -6632727 or 15321754. OLE color: 15321754.

HSL color Cylindrical-coordinate representation of color #9ACAE9: hue angle of 203.54º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ACAE9 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB154202233-
CMYK0.340.1300.09
HSL203.54º64.23%75.88%-
HSV(B)203.54º33.91%91.37%-
XYZ49.1554.9985.12-
YUV191.18151.6101.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.15%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 233 (91.41% from 255) = 39.56%
R=26.15%
G=34.30%
B=39.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1542022330.340.1300.09203.5464.2375.88
Hex9ACAE922D09cc404c
Octal2323123514215011314100114
Binary1001101011001010111010011000101101010011100110010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,233); }

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

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

 a { background-color: rgb(154,202,233); }

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

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

 span { border-color: rgb(154,202,233); }

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