#9DC2DE

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

Shades of Cornflower #9DC2DE

Tints of Cornflower #9DC2DE

Color information

#9DC2DE (or 0x9DC2DE) is unknown color: approx Cornflower. HEX triplet: 9D, C2 and DE. RGB value is (157,194,222). Sum of RGB (Red+Green+Blue) = 157+194+222=573 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.40% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #9DC2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC2DE is #623D21. Grayscale: #B9B9B9. Windows color (decimal): -6438178 or 14598813. OLE color: 14598813.

HSL color Cylindrical-coordinate representation of color #9DC2DE: hue angle of 205.85º degrees, saturation: 0.5, 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 #9DC2DE is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157194222-
CMYK0.290.1300.13
HSL205.85º49.62%74.31%-
HSV(B)205.85º29.28%87.06%-
XYZ46.3851.0376.51-
YUV186.13148.24107.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 27.40%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=27.40%
G=33.86%
B=38.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571942220.290.1300.13205.8549.6274.31
Hex9DC2DE1DD0Dce324a
Octal235302336351501531662112
Binary10011101110000101101111011101110101101110011101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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