#9CD3EC

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

Shades of Cornflower #9CD3EC

Tints of Cornflower #9CD3EC

Color information

#9CD3EC (or 0x9CD3EC) is unknown color: approx Cornflower. HEX triplet: 9C, D3 and EC. RGB value is (156,211,236). Sum of RGB (Red+Green+Blue) = 156+211+236=603 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.87% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CD3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD3EC is #632C13. Grayscale: #C5C5C5. Windows color (decimal): -6499348 or 15520668. OLE color: 15520668.

HSL color Cylindrical-coordinate representation of color #9CD3EC: hue angle of 198.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CD3EC is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156211236-
CMYK0.340.1100.07
HSL198.75º67.8%76.86%-
HSV(B)198.75º33.9%92.55%-
XYZ52.1459.7188.13-
YUV197.4149.7898.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.87%
GREEN value IS 211 (82.81% from 255) = 34.99%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=25.87%
G=34.99%
B=39.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562112360.340.1100.07198.7567.876.86
Hex9CD3EC22B07c7444d
Octal234323354421307307104115
Binary100111001101001111101100100010101101111100011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,211,236); }

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

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

 a { background-color: rgb(156,211,236); }

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

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

 span { border-color: rgb(156,211,236); }

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