#9ACDF0

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

Shades of Cornflower #9ACDF0

Tints of Cornflower #9ACDF0

Color information

#9ACDF0 (or 0x9ACDF0) is unknown color: approx Cornflower. HEX triplet: 9A, CD and F0. RGB value is (154,205,240). Sum of RGB (Red+Green+Blue) = 154+205+240=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #9ACDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACDF0 is #65320F. Grayscale: #C1C1C1. Windows color (decimal): -6631952 or 15781274. OLE color: 15781274.

HSL color Cylindrical-coordinate representation of color #9ACDF0: hue angle of 204.42º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ACDF0 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154205240-
CMYK0.360.1500.06
HSL204.42º74.14%77.25%-
HSV(B)204.42º35.83%94.12%-
XYZ50.8956.8290.72-
YUV193.74154.199.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.71%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 240 (94.14% from 255) = 40.07%
R=25.71%
G=34.22%
B=40.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542052400.360.1500.06204.4274.1477.25
Hex9ACDF024F06cc4a4d
Octal232315360441706314112115
Binary100110101100110111110000100100111101101100110010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,205,240); }

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

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

 a { background-color: rgb(154,205,240); }

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

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

 span { border-color: rgb(154,205,240); }

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