#9ACFEA

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

Shades of Cornflower #9ACFEA

Tints of Cornflower #9ACFEA

Color information

#9ACFEA (or 0x9ACFEA) is unknown color: approx Cornflower. HEX triplet: 9A, CF and EA. RGB value is (154,207,234). Sum of RGB (Red+Green+Blue) = 154+207+234=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #9ACFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACFEA is #653015. Grayscale: #C2C2C2. Windows color (decimal): -6631446 or 15388570. OLE color: 15388570.

HSL color Cylindrical-coordinate representation of color #9ACFEA: hue angle of 200.25º 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 #9ACFEA is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154207234-
CMYK0.340.1200.08
HSL200.25º65.57%76.08%-
HSV(B)200.25º34.19%91.76%-
XYZ50.4957.4486.27-
YUV194.23150.4499.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=25.88%
G=34.79%
B=39.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542072340.340.1200.08200.2565.5776.08
Hex9ACFEA22C08c8424c
Octal2323173524214010310102114
Binary1001101011001111111010101000101100010001100100010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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