#9ACFEC

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

Shades of Cornflower #9ACFEC

Tints of Cornflower #9ACFEC

Color information

#9ACFEC (or 0x9ACFEC) is unknown color: approx Cornflower. HEX triplet: 9A, CF and EC. RGB value is (154,207,236). Sum of RGB (Red+Green+Blue) = 154+207+236=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ACFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACFEC is #653013. Grayscale: #C2C2C2. Windows color (decimal): -6631444 or 15519642. OLE color: 15519642.

HSL color Cylindrical-coordinate representation of color #9ACFEC: hue angle of 201.22º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ACFEC is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154207236-
CMYK0.350.1200.07
HSL201.22º68.33%76.47%-
HSV(B)201.22º34.75%92.55%-
XYZ50.7857.5587.79-
YUV194.46151.4499.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.80%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=25.80%
G=34.67%
B=39.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542072360.350.1200.07201.2268.3376.47
Hex9ACFEC23C07c9444c
Octal232317354431407311104114
Binary100110101100111111101100100011110001111100100110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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