#9DC5DF

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

Shades of Cornflower #9DC5DF

Tints of Cornflower #9DC5DF

Color information

#9DC5DF (or 0x9DC5DF) is unknown color: approx Cornflower. HEX triplet: 9D, C5 and DF. RGB value is (157,197,223). Sum of RGB (Red+Green+Blue) = 157+197+223=577 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.21% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC5DF is #623A20. Grayscale: #BBBBBB. Windows color (decimal): -6437409 or 14665117. OLE color: 14665117.

HSL color Cylindrical-coordinate representation of color #9DC5DF: hue angle of 203.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DC5DF is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157197223-
CMYK0.300.1200.13
HSL203.64º50.77%74.51%-
HSV(B)203.64º29.6%87.45%-
XYZ47.1952.4377.44-
YUV188147.75105.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.21%
GREEN value IS 197 (77.34% from 255) = 34.14%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=27.21%
G=34.14%
B=38.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571972230.300.1200.13203.6450.7774.51
Hex9DC5DF1EC0Dcc334b
Octal235305337361401531463113
Binary10011101110001011101111111110110001101110011001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,197,223); }

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

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

 a { background-color: rgb(157,197,223); }

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

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

 span { border-color: rgb(157,197,223); }

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