#9AC0DE

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

Shades of Cornflower #9AC0DE

Tints of Cornflower #9AC0DE

Color information

#9AC0DE (or 0x9AC0DE) is unknown color: approx Cornflower. HEX triplet: 9A, C0 and DE. RGB value is (154,192,222). Sum of RGB (Red+Green+Blue) = 154+192+222=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #9AC0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0DE is #653F21. Grayscale: #B7B7B7. Windows color (decimal): -6635298 or 14598298. OLE color: 14598298.

HSL color Cylindrical-coordinate representation of color #9AC0DE: hue angle of 206.47º 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 #9AC0DE is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154192222-
CMYK0.310.1400.13
HSL206.47º50.75%73.73%-
HSV(B)206.47º30.63%87.06%-
XYZ45.3649.8476.34-
YUV184.06149.41106.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.11%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=27.11%
G=33.80%
B=39.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541922220.310.1400.13206.4750.7573.73
Hex9AC0DE1FE0Dce334a
Octal232300336371601531663112
Binary10011010110000001101111011111111001101110011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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