#9CD2EF

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

Shades of Cornflower #9CD2EF

Tints of Cornflower #9CD2EF

Color information

#9CD2EF (or 0x9CD2EF) is unknown color: approx Cornflower. HEX triplet: 9C, D2 and EF. RGB value is (156,210,239). Sum of RGB (Red+Green+Blue) = 156+210+239=605 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.79% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CD2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD2EF is #632D10. Grayscale: #C4C4C4. Windows color (decimal): -6499601 or 15717020. OLE color: 15717020.

HSL color Cylindrical-coordinate representation of color #9CD2EF: hue angle of 200.96º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CD2EF is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156210239-
CMYK0.350.1200.06
HSL200.96º72.17%77.45%-
HSV(B)200.96º34.73%93.73%-
XYZ52.3459.3990.37-
YUV197.16151.6198.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.79%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=25.79%
G=34.71%
B=39.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562102390.350.1200.06200.9672.1777.45
Hex9CD2EF23C06c9484d
Octal234322357431406311110115
Binary100111001101001011101111100011110001101100100110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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