Shades of Cornflower #99C2ED
Tints of Cornflower #99C2ED
RGB
CMYK
RGB Variations
Color information
#99C2ED (or 0x99C2ED) is known color: Cornflower. HEX triplet: 99, C2 and ED. RGB value is (153,194,237). Sum of RGB (Red+Green+Blue) = 153+194+237=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #99C2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C2ED is #663D12. Grayscale: #BABABA. Windows color (decimal): -6700307 or 15581849. OLE color: 15581849.
HSL color Cylindrical-coordinate representation of color #99C2ED: hue angle of 210.71º degrees, saturation: 0.7, 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 #99C2ED is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 194 | 237 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.07 |
| HSL | 210.71º | 0.7% | 0.76% | - |
| HSV(B) | 210.71º | 0.35% | 0.93% | - |
| XYZ | 47.71 | 51.47 | 87.54 | - |
| YUV | 186.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 194 | 237 | 0.35 | 0.18 | 0 | 0.07 | 210.71 | 0.7 | 0.76 |
| Hex | 99 | C2 | ED | 23 | 12 | 0 | 7 | D3 | 46 | 4C |
| Octal | 231 | 302 | 355 | 43 | 22 | 0 | 7 | 323 | 106 | 114 |
| Binary | 10011001 | 11000010 | 11101101 | 100011 | 10010 | 0 | 111 | 11010011 | 1000110 | 1001100 |
Color Harmonies of #99C2ED
Complementary color
Monochromatic Colors of #99C2ED
Black with #99C2ED
Text Example
Text Example
White with #99C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C2ED; }
p { color: rgb(153,194,237); }
H1.HeaderClassName
{
color: #99C2ED;
}
.AnyTagClassName
{
color: #99C2ED;
}
</style>
background-color css
<style>
a { background-color: #99C2ED; }
a { background-color: rgb(153,194,237); }
div.DivClassName
{
background-color: #99C2ED;
}
.BgClassName
{
background-color: #99C2ED;
}
</style>
border-color css
<style>
span { border-color: #99C2ED; }
span { border-color: rgb(153,194,237); }
td.TdClassName
{
border-color: #99C2ED;
}
.TagClassName
{
border-color: #99C2ED;
}
</style>