Shades of Cornflower #95BDD7
Tints of Cornflower #95BDD7
RGB
CMYK
RGB Variations
Color information
#95BDD7 (or 0x95BDD7) is known color: Cornflower. HEX triplet: 95, BD and D7. RGB value is (149,189,215). Sum of RGB (Red+Green+Blue) = 149+189+215=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #95BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BDD7 is #6A4228. Grayscale: #B3B3B3. Windows color (decimal): -6963753 or 14138773. OLE color: 14138773.
HSL color Cylindrical-coordinate representation of color #95BDD7: hue angle of 203.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95BDD7 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 189 | 215 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.16 |
| HSL | 203.64º | 0.45% | 0.71% | - |
| HSV(B) | 203.64º | 0.31% | 0.84% | - |
| XYZ | 42.86 | 47.69 | 71.24 | - |
| YUV | 180 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 215 | 0.31 | 0.12 | 0 | 0.16 | 203.64 | 0.45 | 0.71 |
| Hex | 95 | BD | D7 | 1F | C | 0 | 10 | CC | 2D | 47 |
| Octal | 225 | 275 | 327 | 37 | 14 | 0 | 20 | 314 | 55 | 107 |
| Binary | 10010101 | 10111101 | 11010111 | 11111 | 1100 | 0 | 10000 | 11001100 | 101101 | 1000111 |
Color Harmonies of #95BDD7
Complementary color
Monochromatic Colors of #95BDD7
Black with #95BDD7
Text Example
Text Example
White with #95BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDD7; }
p { color: rgb(149,189,215); }
H1.HeaderClassName
{
color: #95BDD7;
}
.AnyTagClassName
{
color: #95BDD7;
}
</style>
background-color css
<style>
a { background-color: #95BDD7; }
a { background-color: rgb(149,189,215); }
div.DivClassName
{
background-color: #95BDD7;
}
.BgClassName
{
background-color: #95BDD7;
}
</style>
border-color css
<style>
span { border-color: #95BDD7; }
span { border-color: rgb(149,189,215); }
td.TdClassName
{
border-color: #95BDD7;
}
.TagClassName
{
border-color: #95BDD7;
}
</style>