Shades of Cornflower #95C7DF
Tints of Cornflower #95C7DF
RGB
CMYK
RGB Variations
Color information
#95C7DF (or 0x95C7DF) is known color: Cornflower. HEX triplet: 95, C7 and DF. RGB value is (149,199,223). Sum of RGB (Red+Green+Blue) = 149+199+223=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #95C7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C7DF is #6A3820. Grayscale: #BABABA. Windows color (decimal): -6961185 or 14665621. OLE color: 14665621.
HSL color Cylindrical-coordinate representation of color #95C7DF: hue angle of 199.46º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95C7DF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 199 | 223 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.13 |
| HSL | 199.46º | 0.54% | 0.73% | - |
| HSV(B) | 199.46º | 0.33% | 0.87% | - |
| XYZ | 46.14 | 52.56 | 77.53 | - |
| YUV | 186.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 199 | 223 | 0.33 | 0.11 | 0 | 0.13 | 199.46 | 0.54 | 0.73 |
| Hex | 95 | C7 | DF | 21 | B | 0 | D | C7 | 36 | 49 |
| Octal | 225 | 307 | 337 | 41 | 13 | 0 | 15 | 307 | 66 | 111 |
| Binary | 10010101 | 11000111 | 11011111 | 100001 | 1011 | 0 | 1101 | 11000111 | 110110 | 1001001 |
Color Harmonies of #95C7DF
Complementary color
Monochromatic Colors of #95C7DF
Black with #95C7DF
Text Example
Text Example
White with #95C7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C7DF; }
p { color: rgb(149,199,223); }
H1.HeaderClassName
{
color: #95C7DF;
}
.AnyTagClassName
{
color: #95C7DF;
}
</style>
background-color css
<style>
a { background-color: #95C7DF; }
a { background-color: rgb(149,199,223); }
div.DivClassName
{
background-color: #95C7DF;
}
.BgClassName
{
background-color: #95C7DF;
}
</style>
border-color css
<style>
span { border-color: #95C7DF; }
span { border-color: rgb(149,199,223); }
td.TdClassName
{
border-color: #95C7DF;
}
.TagClassName
{
border-color: #95C7DF;
}
</style>