Shades of Cornflower #99CDF2
Tints of Cornflower #99CDF2
RGB
CMYK
RGB Variations
Color information
#99CDF2 (or 0x99CDF2) is known color: Cornflower. HEX triplet: 99, CD and F2. RGB value is (153,205,242). Sum of RGB (Red+Green+Blue) = 153+205+242=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #99CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CDF2 is #66320D. Grayscale: #C1C1C1. Windows color (decimal): -6697486 or 15912345. OLE color: 15912345.
HSL color Cylindrical-coordinate representation of color #99CDF2: hue angle of 204.94º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99CDF2 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 205 | 242 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.05 |
| HSL | 204.94º | 0.77% | 0.77% | - |
| HSV(B) | 204.94º | 0.37% | 0.95% | - |
| XYZ | 51 | 56.85 | 92.29 | - |
| YUV | 193.67 | 155.27 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 242 | 0.37 | 0.15 | 0 | 0.05 | 204.94 | 0.77 | 0.77 |
| Hex | 99 | CD | F2 | 25 | F | 0 | 5 | CD | 4D | 4D |
| Octal | 231 | 315 | 362 | 45 | 17 | 0 | 5 | 315 | 115 | 115 |
| Binary | 10011001 | 11001101 | 11110010 | 100101 | 1111 | 0 | 101 | 11001101 | 1001101 | 1001101 |
Color Harmonies of #99CDF2
Complementary color
Monochromatic Colors of #99CDF2
Black with #99CDF2
Text Example
Text Example
White with #99CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CDF2; }
p { color: rgb(153,205,242); }
H1.HeaderClassName
{
color: #99CDF2;
}
.AnyTagClassName
{
color: #99CDF2;
}
</style>
background-color css
<style>
a { background-color: #99CDF2; }
a { background-color: rgb(153,205,242); }
div.DivClassName
{
background-color: #99CDF2;
}
.BgClassName
{
background-color: #99CDF2;
}
</style>
border-color css
<style>
span { border-color: #99CDF2; }
span { border-color: rgb(153,205,242); }
td.TdClassName
{
border-color: #99CDF2;
}
.TagClassName
{
border-color: #99CDF2;
}
</style>