Shades of Cornflower #99C1EC
Tints of Cornflower #99C1EC
RGB
CMYK
RGB Variations
Color information
#99C1EC (or 0x99C1EC) is known color: Cornflower. HEX triplet: 99, C1 and EC. RGB value is (153,193,236). Sum of RGB (Red+Green+Blue) = 153+193+236=582 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.29% from 582); Green value is 193 (75.78% from 255 or 33.16% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #99C1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C1EC is #663E13. Grayscale: #B9B9B9. Windows color (decimal): -6700564 or 15516057. OLE color: 15516057.
HSL color Cylindrical-coordinate representation of color #99C1EC: hue angle of 211.08º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99C1EC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 193 | 236 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.07 |
| HSL | 211.08º | 0.69% | 0.76% | - |
| HSV(B) | 211.08º | 0.35% | 0.93% | - |
| XYZ | 47.35 | 50.97 | 86.7 | - |
| YUV | 185.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 236 | 0.35 | 0.18 | 0 | 0.07 | 211.08 | 0.69 | 0.76 |
| Hex | 99 | C1 | EC | 23 | 12 | 0 | 7 | D3 | 45 | 4C |
| Octal | 231 | 301 | 354 | 43 | 22 | 0 | 7 | 323 | 105 | 114 |
| Binary | 10011001 | 11000001 | 11101100 | 100011 | 10010 | 0 | 111 | 11010011 | 1000101 | 1001100 |
Color Harmonies of #99C1EC
Complementary color
Monochromatic Colors of #99C1EC
Black with #99C1EC
Text Example
Text Example
White with #99C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C1EC; }
p { color: rgb(153,193,236); }
H1.HeaderClassName
{
color: #99C1EC;
}
.AnyTagClassName
{
color: #99C1EC;
}
</style>
background-color css
<style>
a { background-color: #99C1EC; }
a { background-color: rgb(153,193,236); }
div.DivClassName
{
background-color: #99C1EC;
}
.BgClassName
{
background-color: #99C1EC;
}
</style>
border-color css
<style>
span { border-color: #99C1EC; }
span { border-color: rgb(153,193,236); }
td.TdClassName
{
border-color: #99C1EC;
}
.TagClassName
{
border-color: #99C1EC;
}
</style>