Shades of Cornflower #95CDE5
Tints of Cornflower #95CDE5
RGB
CMYK
RGB Variations
Color information
#95CDE5 (or 0x95CDE5) is known color: Cornflower. HEX triplet: 95, CD and E5. RGB value is (149,205,229). Sum of RGB (Red+Green+Blue) = 149+205+229=583 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.56% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #95CDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDE5 is #6A321A. Grayscale: #BEBEBE. Windows color (decimal): -6959643 or 15060373. OLE color: 15060373.
HSL color Cylindrical-coordinate representation of color #95CDE5: hue angle of 198º 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 #95CDE5 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 205 | 229 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.10 |
| HSL | 198º | 0.61% | 0.74% | - |
| HSV(B) | 198º | 0.35% | 0.9% | - |
| XYZ | 48.37 | 55.71 | 82.33 | - |
| YUV | 190.99 | 149.45 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 205 | 229 | 0.35 | 0.10 | 0 | 0.10 | 198 | 0.61 | 0.74 |
| Hex | 95 | CD | E5 | 23 | A | 0 | A | C6 | 3D | 4A |
| Octal | 225 | 315 | 345 | 43 | 12 | 0 | 12 | 306 | 75 | 112 |
| Binary | 10010101 | 11001101 | 11100101 | 100011 | 1010 | 0 | 1010 | 11000110 | 111101 | 1001010 |
Color Harmonies of #95CDE5
Complementary color
Monochromatic Colors of #95CDE5
Black with #95CDE5
Text Example
Text Example
White with #95CDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CDE5; }
p { color: rgb(149,205,229); }
H1.HeaderClassName
{
color: #95CDE5;
}
.AnyTagClassName
{
color: #95CDE5;
}
</style>
background-color css
<style>
a { background-color: #95CDE5; }
a { background-color: rgb(149,205,229); }
div.DivClassName
{
background-color: #95CDE5;
}
.BgClassName
{
background-color: #95CDE5;
}
</style>
border-color css
<style>
span { border-color: #95CDE5; }
span { border-color: rgb(149,205,229); }
td.TdClassName
{
border-color: #95CDE5;
}
.TagClassName
{
border-color: #95CDE5;
}
</style>