#9AC6EB

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

Shades of Cornflower #9AC6EB

Tints of Cornflower #9AC6EB

Color information

#9AC6EB (or 0x9AC6EB) is unknown color: approx Cornflower. HEX triplet: 9A, C6 and EB. RGB value is (154,198,235). Sum of RGB (Red+Green+Blue) = 154+198+235=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AC6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC6EB is #653914. Grayscale: #BCBCBC. Windows color (decimal): -6633749 or 15451802. OLE color: 15451802.

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

Color convert

RGB154198235-
CMYK0.340.1600.08
HSL207.41º66.94%76.27%-
HSV(B)207.41º34.47%92.16%-
XYZ48.5253.2686.32-
YUV189.06153.92102.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.24%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=26.24%
G=33.73%
B=40.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541982350.340.1600.08207.4166.9476.27
Hex9AC6EB221008cf434c
Octal2323063534220010317103114
Binary10011010110001101110101110001010000010001100111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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