#9CD2EC

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

Shades of Cornflower #9CD2EC

Tints of Cornflower #9CD2EC

Color information

#9CD2EC (or 0x9CD2EC) is unknown color: approx Cornflower. HEX triplet: 9C, D2 and EC. RGB value is (156,210,236). Sum of RGB (Red+Green+Blue) = 156+210+236=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CD2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD2EC is #632D13. Grayscale: #C4C4C4. Windows color (decimal): -6499604 or 15520412. OLE color: 15520412.

HSL color Cylindrical-coordinate representation of color #9CD2EC: hue angle of 199.5º 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 #9CD2EC is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156210236-
CMYK0.340.1100.07
HSL199.5º67.8%76.86%-
HSV(B)199.5º33.9%92.55%-
XYZ51.959.2288.05-
YUV196.82150.1198.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.91%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=25.91%
G=34.88%
B=39.20%

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
Decimal1562102360.340.1100.07199.567.876.86
Hex9CD2EC22B07c8444d
Octal234322354421307310104115
Binary100111001101001011101100100010101101111100100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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