#9CD1EB

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

Shades of Cornflower #9CD1EB

Tints of Cornflower #9CD1EB

Color information

#9CD1EB (or 0x9CD1EB) is unknown color: approx Cornflower. HEX triplet: 9C, D1 and EB. RGB value is (156,209,235). Sum of RGB (Red+Green+Blue) = 156+209+235=600 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CD1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CD1EB is #632E14. Grayscale: #C3C3C3. Windows color (decimal): -6499861 or 15454620. OLE color: 15454620.

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

Color convert

RGB156209235-
CMYK0.340.1100.08
HSL199.75º66.39%76.67%-
HSV(B)199.75º33.62%92.16%-
XYZ51.5158.6787.21-
YUV196.12149.9499.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=26%
G=34.83%
B=39.17%

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
Decimal1562092350.340.1100.08199.7566.3976.67
Hex9CD1EB22B08c8424d
Octal2343213534213010310102115
Binary1001110011010001111010111000101011010001100100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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