Shades of Cornflower #99C1DC
Tints of Cornflower #99C1DC
RGB
CMYK
RGB Variations
Color information
#99C1DC (or 0x99C1DC) is known color: Cornflower. HEX triplet: 99, C1 and DC. RGB value is (153,193,220). Sum of RGB (Red+Green+Blue) = 153+193+220=566 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.03% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #99C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C1DC is #663E23. Grayscale: #B7B7B7. Windows color (decimal): -6700580 or 14467481. OLE color: 14467481.
HSL color Cylindrical-coordinate representation of color #99C1DC: hue angle of 204.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C1DC is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 193 | 220 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.14 |
| HSL | 204.18º | 0.49% | 0.73% | - |
| HSV(B) | 204.18º | 0.3% | 0.86% | - |
| XYZ | 45.13 | 50.08 | 75 | - |
| YUV | 184.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 220 | 0.30 | 0.12 | 0 | 0.14 | 204.18 | 0.49 | 0.73 |
| Hex | 99 | C1 | DC | 1E | C | 0 | E | CC | 31 | 49 |
| Octal | 231 | 301 | 334 | 36 | 14 | 0 | 16 | 314 | 61 | 111 |
| Binary | 10011001 | 11000001 | 11011100 | 11110 | 1100 | 0 | 1110 | 11001100 | 110001 | 1001001 |
Color Harmonies of #99C1DC
Complementary color
Monochromatic Colors of #99C1DC
Black with #99C1DC
Text Example
Text Example
White with #99C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C1DC; }
p { color: rgb(153,193,220); }
H1.HeaderClassName
{
color: #99C1DC;
}
.AnyTagClassName
{
color: #99C1DC;
}
</style>
background-color css
<style>
a { background-color: #99C1DC; }
a { background-color: rgb(153,193,220); }
div.DivClassName
{
background-color: #99C1DC;
}
.BgClassName
{
background-color: #99C1DC;
}
</style>
border-color css
<style>
span { border-color: #99C1DC; }
span { border-color: rgb(153,193,220); }
td.TdClassName
{
border-color: #99C1DC;
}
.TagClassName
{
border-color: #99C1DC;
}
</style>