#9DCFE9

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

Shades of Cornflower #9DCFE9

Tints of Cornflower #9DCFE9

Color information

#9DCFE9 (or 0x9DCFE9) is unknown color: approx Cornflower. HEX triplet: 9D, CF and E9. RGB value is (157,207,233). Sum of RGB (Red+Green+Blue) = 157+207+233=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #9DCFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFE9 is #623016. Grayscale: #C2C2C2. Windows color (decimal): -6434839 or 15323037. OLE color: 15323037.

HSL color Cylindrical-coordinate representation of color #9DCFE9: hue angle of 200.53º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DCFE9 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157207233-
CMYK0.330.1100.09
HSL200.53º63.33%76.47%-
HSV(B)200.53º32.62%91.37%-
XYZ50.9357.6885.54-
YUV195.01149.44100.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.30%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 233 (91.41% from 255) = 39.03%
R=26.30%
G=34.67%
B=39.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572072330.330.1100.09200.5363.3376.47
Hex9DCFE921B09c93f4c
Octal235317351411301131177114
Binary100111011100111111101001100001101101001110010011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,233); }

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

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

 a { background-color: rgb(157,207,233); }

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

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

 span { border-color: rgb(157,207,233); }

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