#9CC1DC

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

Shades of Cornflower #9CC1DC

Tints of Cornflower #9CC1DC

Color information

#9CC1DC (or 0x9CC1DC) is unknown color: approx Cornflower. HEX triplet: 9C, C1 and DC. RGB value is (156,193,220). Sum of RGB (Red+Green+Blue) = 156+193+220=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC1DC is #633E23. Grayscale: #B8B8B8. Windows color (decimal): -6503972 or 14467484. OLE color: 14467484.

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

Color convert

RGB156193220-
CMYK0.290.1200.14
HSL205.31º47.76%73.73%-
HSV(B)205.31º29.09%86.27%-
XYZ45.750.3875.02-
YUV185.02147.74107.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.42%
GREEN value IS 193 (75.78% from 255) = 33.92%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=27.42%
G=33.92%
B=38.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561932200.290.1200.14205.3147.7673.73
Hex9CC1DC1DC0Ecd304a
Octal234301334351401631560112
Binary10011100110000011101110011101110001110110011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,193,220); }

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

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

 a { background-color: rgb(156,193,220); }

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

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

 span { border-color: rgb(156,193,220); }

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