#9ACAEA

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

Shades of Cornflower #9ACAEA

Tints of Cornflower #9ACAEA

Color information

#9ACAEA (or 0x9ACAEA) is unknown color: approx Cornflower. HEX triplet: 9A, CA and EA. RGB value is (154,202,234). Sum of RGB (Red+Green+Blue) = 154+202+234=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ACAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACAEA is #653515. Grayscale: #BFBFBF. Windows color (decimal): -6632726 or 15387290. OLE color: 15387290.

HSL color Cylindrical-coordinate representation of color #9ACAEA: hue angle of 204º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ACAEA is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154202234-
CMYK0.340.1400.08
HSL204º65.57%76.08%-
HSV(B)204º34.19%91.76%-
XYZ49.355.0585.87-
YUV191.3152.1101.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.10%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=26.10%
G=34.24%
B=39.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542022340.340.1400.0820465.5776.08
Hex9ACAEA22E08cc424c
Octal2323123524216010314102114
Binary1001101011001010111010101000101110010001100110010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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