#9CD2EB

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

Shades of Cornflower #9CD2EB

Tints of Cornflower #9CD2EB

Color information

#9CD2EB (or 0x9CD2EB) is unknown color: approx Cornflower. HEX triplet: 9C, D2 and EB. RGB value is (156,210,235). Sum of RGB (Red+Green+Blue) = 156+210+235=601 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.96% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD2EB is #632D14. Grayscale: #C4C4C4. Windows color (decimal): -6499605 or 15454876. OLE color: 15454876.

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

Color convert

RGB156210235-
CMYK0.340.1100.08
HSL198.99º66.39%76.67%-
HSV(B)198.99º33.62%92.16%-
XYZ51.7559.1687.29-
YUV196.7149.6198.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.96%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=25.96%
G=34.94%
B=39.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562102350.340.1100.08198.9966.3976.67
Hex9CD2EB22B08c7424d
Octal2343223534213010307102115
Binary1001110011010010111010111000101011010001100011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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