Shades of Cornflower #95D7F3
Tints of Cornflower #95D7F3
RGB
CMYK
RGB Variations
Color information
#95D7F3 (or 0x95D7F3) is known color: Cornflower. HEX triplet: 95, D7 and F3. RGB value is (149,215,243). Sum of RGB (Red+Green+Blue) = 149+215+243=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 243 (95.31% from 255 or 40.03% from 607); Max value from RGB is 243 - color contains mainly: blue. Hex color #95D7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D7F3 is #6A280C. Grayscale: #C6C6C6. Windows color (decimal): -6957069 or 15980437. OLE color: 15980437.
HSL color Cylindrical-coordinate representation of color #95D7F3: hue angle of 197.87º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95D7F3 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 215 | 243 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.05 |
| HSL | 197.87º | 0.8% | 0.77% | - |
| HSV(B) | 197.87º | 0.39% | 0.95% | - |
| XYZ | 52.87 | 61.46 | 93.87 | - |
| YUV | 198.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 215 | 243 | 0.39 | 0.12 | 0 | 0.05 | 197.87 | 0.8 | 0.77 |
| Hex | 95 | D7 | F3 | 27 | C | 0 | 5 | C6 | 50 | 4D |
| Octal | 225 | 327 | 363 | 47 | 14 | 0 | 5 | 306 | 120 | 115 |
| Binary | 10010101 | 11010111 | 11110011 | 100111 | 1100 | 0 | 101 | 11000110 | 1010000 | 1001101 |
Color Harmonies of #95D7F3
Complementary color
Monochromatic Colors of #95D7F3
Black with #95D7F3
Text Example
Text Example
White with #95D7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D7F3; }
p { color: rgb(149,215,243); }
H1.HeaderClassName
{
color: #95D7F3;
}
.AnyTagClassName
{
color: #95D7F3;
}
</style>
background-color css
<style>
a { background-color: #95D7F3; }
a { background-color: rgb(149,215,243); }
div.DivClassName
{
background-color: #95D7F3;
}
.BgClassName
{
background-color: #95D7F3;
}
</style>
border-color css
<style>
span { border-color: #95D7F3; }
span { border-color: rgb(149,215,243); }
td.TdClassName
{
border-color: #95D7F3;
}
.TagClassName
{
border-color: #95D7F3;
}
</style>