#9ACCE1

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

Shades of Cornflower #9ACCE1

Tints of Cornflower #9ACCE1

Color information

#9ACCE1 (or 0x9ACCE1) is unknown color: approx Cornflower. HEX triplet: 9A, CC and E1. RGB value is (154,204,225). Sum of RGB (Red+Green+Blue) = 154+204+225=583 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.42% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #9ACCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCE1 is #65331E. Grayscale: #BFBFBF. Windows color (decimal): -6632223 or 14797978. OLE color: 14797978.

HSL color Cylindrical-coordinate representation of color #9ACCE1: hue angle of 197.75º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ACCE1 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB154204225-
CMYK0.320.0900.12
HSL197.75º54.2%74.31%-
HSV(B)197.75º31.56%88.24%-
XYZ48.5155.4979.39-
YUV191.44146.94101.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.42%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 225 (88.28% from 255) = 38.59%
R=26.42%
G=34.99%
B=38.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542042250.320.0900.12197.7554.274.31
Hex9ACCE12090Cc6364a
Octal232314341401101430666112
Binary100110101100110011100001100000100101100110001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,204,225); }

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

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

 a { background-color: rgb(154,204,225); }

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

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

 span { border-color: rgb(154,204,225); }

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