#9DC2DD

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

Shades of Cornflower #9DC2DD

Tints of Cornflower #9DC2DD

Color information

#9DC2DD (or 0x9DC2DD) is unknown color: approx Cornflower. HEX triplet: 9D, C2 and DD. RGB value is (157,194,221). Sum of RGB (Red+Green+Blue) = 157+194+221=572 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.45% from 572); Green value is 194 (76.17% from 255 or 33.92% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #9DC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC2DD is #623D22. Grayscale: #B9B9B9. Windows color (decimal): -6438179 or 14533277. OLE color: 14533277.

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

Color convert

RGB157194221-
CMYK0.290.1200.13
HSL205.31º48.48%74.12%-
HSV(B)205.31º28.96%86.67%-
XYZ46.2550.9775.81-
YUV186.02147.74107.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.45%
GREEN value IS 194 (76.17% from 255) = 33.92%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=27.45%
G=33.92%
B=38.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571942210.290.1200.13205.3148.4874.12
Hex9DC2DD1DC0Dcd304a
Octal235302335351401531560112
Binary10011101110000101101110111101110001101110011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,194,221); }

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

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

 a { background-color: rgb(157,194,221); }

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

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

 span { border-color: rgb(157,194,221); }

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