Shades of Cornflower #95CEE5
Tints of Cornflower #95CEE5
RGB
CMYK
RGB Variations
Color information
#95CEE5 (or 0x95CEE5) is known color: Cornflower. HEX triplet: 95, CE and E5. RGB value is (149,206,229). Sum of RGB (Red+Green+Blue) = 149+206+229=584 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.51% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #95CEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEE5 is #6A311A. Grayscale: #BFBFBF. Windows color (decimal): -6959387 or 15060629. OLE color: 15060629.
HSL color Cylindrical-coordinate representation of color #95CEE5: hue angle of 197.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95CEE5 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 206 | 229 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.10 |
| HSL | 197.25º | 0.61% | 0.74% | - |
| HSV(B) | 197.25º | 0.35% | 0.9% | - |
| XYZ | 48.61 | 56.19 | 82.41 | - |
| YUV | 191.58 | 149.12 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 206 | 229 | 0.35 | 0.10 | 0 | 0.10 | 197.25 | 0.61 | 0.74 |
| Hex | 95 | CE | E5 | 23 | A | 0 | A | C5 | 3D | 4A |
| Octal | 225 | 316 | 345 | 43 | 12 | 0 | 12 | 305 | 75 | 112 |
| Binary | 10010101 | 11001110 | 11100101 | 100011 | 1010 | 0 | 1010 | 11000101 | 111101 | 1001010 |
Color Harmonies of #95CEE5
Complementary color
Monochromatic Colors of #95CEE5
Black with #95CEE5
Text Example
Text Example
White with #95CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CEE5; }
p { color: rgb(149,206,229); }
H1.HeaderClassName
{
color: #95CEE5;
}
.AnyTagClassName
{
color: #95CEE5;
}
</style>
background-color css
<style>
a { background-color: #95CEE5; }
a { background-color: rgb(149,206,229); }
div.DivClassName
{
background-color: #95CEE5;
}
.BgClassName
{
background-color: #95CEE5;
}
</style>
border-color css
<style>
span { border-color: #95CEE5; }
span { border-color: rgb(149,206,229); }
td.TdClassName
{
border-color: #95CEE5;
}
.TagClassName
{
border-color: #95CEE5;
}
</style>