#9AC6DE

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

Shades of Cornflower #9AC6DE

Tints of Cornflower #9AC6DE

Color information

#9AC6DE (or 0x9AC6DE) is unknown color: approx Cornflower. HEX triplet: 9A, C6 and DE. RGB value is (154,198,222). Sum of RGB (Red+Green+Blue) = 154+198+222=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AC6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC6DE is #653921. Grayscale: #BBBBBB. Windows color (decimal): -6633762 or 14599834. OLE color: 14599834.

HSL color Cylindrical-coordinate representation of color #9AC6DE: hue angle of 201.18º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AC6DE is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154198222-
CMYK0.310.1100.13
HSL201.18º50.75%73.73%-
HSV(B)201.18º30.63%87.06%-
XYZ46.7152.5376.79-
YUV187.58147.42104.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.83%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=26.83%
G=34.49%
B=38.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541982220.310.1100.13201.1850.7573.73
Hex9AC6DE1FB0Dc9334a
Octal232306336371301531163112
Binary10011010110001101101111011111101101101110010011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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