#9CC7DF

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

Shades of Cornflower #9CC7DF

Tints of Cornflower #9CC7DF

Color information

#9CC7DF (or 0x9CC7DF) is unknown color: approx Cornflower. HEX triplet: 9C, C7 and DF. RGB value is (156,199,223). Sum of RGB (Red+Green+Blue) = 156+199+223=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 199 (78.12% from 255 or 34.43% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CC7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC7DF is #633820. Grayscale: #BCBCBC. Windows color (decimal): -6502433 or 14665628. OLE color: 14665628.

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

Color convert

RGB156199223-
CMYK0.300.1100.13
HSL201.49º51.15%74.31%-
HSV(B)201.49º30.04%87.45%-
XYZ47.4553.2477.59-
YUV188.88147.25104.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.99%
GREEN value IS 199 (78.12% from 255) = 34.43%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=26.99%
G=34.43%
B=38.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561992230.300.1100.13201.4951.1574.31
Hex9CC7DF1EB0Dc9334a
Octal234307337361301531163112
Binary10011100110001111101111111110101101101110010011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,199,223); }

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

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

 a { background-color: rgb(156,199,223); }

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

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

 span { border-color: rgb(156,199,223); }

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