#9DD7EF

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

Shades of Cornflower #9DD7EF

Tints of Cornflower #9DD7EF

Color information

#9DD7EF (or 0x9DD7EF) is unknown color: approx Cornflower. HEX triplet: 9D, D7 and EF. RGB value is (157,215,239). Sum of RGB (Red+Green+Blue) = 157+215+239=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DD7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD7EF is #622810. Grayscale: #C8C8C8. Windows color (decimal): -6432785 or 15718301. OLE color: 15718301.

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

Color convert

RGB157215239-
CMYK0.340.1000.06
HSL197.56º71.93%77.65%-
HSV(B)197.56º34.31%93.73%-
XYZ53.796290.79-
YUV200.39149.7897.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.70%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=25.70%
G=35.19%
B=39.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572152390.340.1000.06197.5671.9377.65
Hex9DD7EF22A06c6484e
Octal235327357421206306110116
Binary100111011101011111101111100010101001101100011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,215,239); }

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

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

 a { background-color: rgb(157,215,239); }

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

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

 span { border-color: rgb(157,215,239); }

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