#9AD8F0

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

Shades of Cornflower #9AD8F0

Tints of Cornflower #9AD8F0

Color information

#9AD8F0 (or 0x9AD8F0) is unknown color: approx Cornflower. HEX triplet: 9A, D8 and F0. RGB value is (154,216,240). Sum of RGB (Red+Green+Blue) = 154+216+240=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #9AD8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD8F0 is #65270F. Grayscale: #C8C8C8. Windows color (decimal): -6629136 or 15784090. OLE color: 15784090.

HSL color Cylindrical-coordinate representation of color #9AD8F0: hue angle of 196.74º 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 #9AD8F0 is Cyan = 0.36, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154216240-
CMYK0.360.100.06
HSL196.74º74.14%77.25%-
HSV(B)196.74º35.83%94.12%-
XYZ53.6162.2791.63-
YUV200.2150.4695.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.25%
GREEN value IS 216 (84.77% from 255) = 35.41%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=25.25%
G=35.41%
B=39.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542162400.360.100.06196.7474.1477.25
Hex9AD8F024A06c54a4d
Octal232330360441206305112115
Binary100110101101100011110000100100101001101100010110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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