#9AC6EC

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

Shades of Cornflower #9AC6EC

Tints of Cornflower #9AC6EC

Color information

#9AC6EC (or 0x9AC6EC) is unknown color: approx Cornflower. HEX triplet: 9A, C6 and EC. RGB value is (154,198,236). Sum of RGB (Red+Green+Blue) = 154+198+236=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #9AC6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC6EC is #653913. Grayscale: #BCBCBC. Windows color (decimal): -6633748 or 15517338. OLE color: 15517338.

HSL color Cylindrical-coordinate representation of color #9AC6EC: hue angle of 207.8º 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 #9AC6EC is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154198236-
CMYK0.350.1600.07
HSL207.8º68.33%76.47%-
HSV(B)207.8º34.75%92.55%-
XYZ48.6653.3187.08-
YUV189.18154.42102.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.19%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 236 (92.58% from 255) = 40.14%
R=26.19%
G=33.67%
B=40.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541982360.350.1600.07207.868.3376.47
Hex9AC6EC231007d0444c
Octal232306354432007320104114
Binary1001101011000110111011001000111000001111101000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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