#9CC4DE

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

Shades of Cornflower #9CC4DE

Tints of Cornflower #9CC4DE

Color information

#9CC4DE (or 0x9CC4DE) is unknown color: approx Cornflower. HEX triplet: 9C, C4 and DE. RGB value is (156,196,222). Sum of RGB (Red+Green+Blue) = 156+196+222=574 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.18% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CC4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC4DE is #633B21. Grayscale: #BABABA. Windows color (decimal): -6503202 or 14599324. OLE color: 14599324.

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

Color convert

RGB156196222-
CMYK0.300.1200.13
HSL203.64º50%74.12%-
HSV(B)203.64º29.73%87.06%-
XYZ46.6451.8276.65-
YUV187147.75105.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.18%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=27.18%
G=34.15%
B=38.68%

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
Decimal1561962220.300.1200.13203.645074.12
Hex9CC4DE1EC0Dcc324a
Octal234304336361401531462112
Binary10011100110001001101111011110110001101110011001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,196,222); }

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

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

 a { background-color: rgb(156,196,222); }

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

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

 span { border-color: rgb(156,196,222); }

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