#9CD4EC

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

Shades of Cornflower #9CD4EC

Tints of Cornflower #9CD4EC

Color information

#9CD4EC (or 0x9CD4EC) is unknown color: approx Cornflower. HEX triplet: 9C, D4 and EC. RGB value is (156,212,236). Sum of RGB (Red+Green+Blue) = 156+212+236=604 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.83% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CD4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD4EC is #632B13. Grayscale: #C5C5C5. Windows color (decimal): -6499092 or 15520924. OLE color: 15520924.

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

Color convert

RGB156212236-
CMYK0.340.1000.07
HSL198º67.8%76.86%-
HSV(B)198º33.9%92.55%-
XYZ52.3960.2188.22-
YUV197.99149.4598.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.83%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=25.83%
G=35.10%
B=39.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562122360.340.1000.0719867.876.86
Hex9CD4EC22A07c6444d
Octal234324354421207306104115
Binary100111001101010011101100100010101001111100011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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