Shades of Cornflower #95CAF6
Tints of Cornflower #95CAF6
RGB
CMYK
RGB Variations
Color information
#95CAF6 (or 0x95CAF6) is known color: Cornflower. HEX triplet: 95, CA and F6. RGB value is (149,202,246). Sum of RGB (Red+Green+Blue) = 149+202+246=597 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.96% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #95CAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CAF6 is #6A3509. Grayscale: #BEBEBE. Windows color (decimal): -6960394 or 16173717. OLE color: 16173717.
HSL color Cylindrical-coordinate representation of color #95CAF6: hue angle of 207.22º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95CAF6 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 202 | 246 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.04 |
| HSL | 207.22º | 0.84% | 0.77% | - |
| HSV(B) | 207.22º | 0.39% | 0.96% | - |
| XYZ | 50.15 | 55.28 | 95.22 | - |
| YUV | 191.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 246 | 0.39 | 0.18 | 0 | 0.04 | 207.22 | 0.84 | 0.77 |
| Hex | 95 | CA | F6 | 27 | 12 | 0 | 4 | CF | 54 | 4D |
| Octal | 225 | 312 | 366 | 47 | 22 | 0 | 4 | 317 | 124 | 115 |
| Binary | 10010101 | 11001010 | 11110110 | 100111 | 10010 | 0 | 100 | 11001111 | 1010100 | 1001101 |
Color Harmonies of #95CAF6
Complementary color
Monochromatic Colors of #95CAF6
Black with #95CAF6
Text Example
Text Example
White with #95CAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CAF6; }
p { color: rgb(149,202,246); }
H1.HeaderClassName
{
color: #95CAF6;
}
.AnyTagClassName
{
color: #95CAF6;
}
</style>
background-color css
<style>
a { background-color: #95CAF6; }
a { background-color: rgb(149,202,246); }
div.DivClassName
{
background-color: #95CAF6;
}
.BgClassName
{
background-color: #95CAF6;
}
</style>
border-color css
<style>
span { border-color: #95CAF6; }
span { border-color: rgb(149,202,246); }
td.TdClassName
{
border-color: #95CAF6;
}
.TagClassName
{
border-color: #95CAF6;
}
</style>