Shades of Cornflower #9DC3DF
Tints of Cornflower #9DC3DF
RGB
CMYK
RGB Variations
Color information
#9DC3DF (or 0x9DC3DF) is known color: Cornflower. HEX triplet: 9D, C3 and DF. RGB value is (157,195,223). Sum of RGB (Red+Green+Blue) = 157+195+223=575 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.30% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #9DC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC3DF is #623C20. Grayscale: #BABABA. Windows color (decimal): -6437921 or 14664605. OLE color: 14664605.
HSL color Cylindrical-coordinate representation of color #9DC3DF: hue angle of 205.45º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DC3DF is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 195 | 223 | - |
| CMYK | 0.30 | 0.13 | 0 | 0.13 |
| HSL | 205.45º | 0.51% | 0.75% | - |
| HSV(B) | 205.45º | 0.3% | 0.87% | - |
| XYZ | 46.74 | 51.53 | 77.29 | - |
| YUV | 186.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 195 | 223 | 0.30 | 0.13 | 0 | 0.13 | 205.45 | 0.51 | 0.75 |
| Hex | 9D | C3 | DF | 1E | D | 0 | D | CD | 33 | 4B |
| Octal | 235 | 303 | 337 | 36 | 15 | 0 | 15 | 315 | 63 | 113 |
| Binary | 10011101 | 11000011 | 11011111 | 11110 | 1101 | 0 | 1101 | 11001101 | 110011 | 1001011 |
Color Harmonies of #9DC3DF
Complementary color
Monochromatic Colors of #9DC3DF
Black with #9DC3DF
Text Example
Text Example
White with #9DC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC3DF; }
p { color: rgb(157,195,223); }
H1.HeaderClassName
{
color: #9DC3DF;
}
.AnyTagClassName
{
color: #9DC3DF;
}
</style>
background-color css
<style>
a { background-color: #9DC3DF; }
a { background-color: rgb(157,195,223); }
div.DivClassName
{
background-color: #9DC3DF;
}
.BgClassName
{
background-color: #9DC3DF;
}
</style>
border-color css
<style>
span { border-color: #9DC3DF; }
span { border-color: rgb(157,195,223); }
td.TdClassName
{
border-color: #9DC3DF;
}
.TagClassName
{
border-color: #9DC3DF;
}
</style>