Shades of Cornflower #95CDE0
Tints of Cornflower #95CDE0
RGB
CMYK
RGB Variations
Color information
#95CDE0 (or 0x95CDE0) is known color: Cornflower. HEX triplet: 95, CD and E0. RGB value is (149,205,224). Sum of RGB (Red+Green+Blue) = 149+205+224=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #95CDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDE0 is #6A321F. Grayscale: #BEBEBE. Windows color (decimal): -6959648 or 14732693. OLE color: 14732693.
HSL color Cylindrical-coordinate representation of color #95CDE0: hue angle of 195.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95CDE0 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 205 | 224 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.12 |
| HSL | 195.2º | 0.55% | 0.73% | - |
| HSV(B) | 195.2º | 0.33% | 0.88% | - |
| XYZ | 47.68 | 55.43 | 78.71 | - |
| YUV | 190.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 205 | 224 | 0.33 | 0.08 | 0 | 0.12 | 195.2 | 0.55 | 0.73 |
| Hex | 95 | CD | E0 | 21 | 8 | 0 | C | C3 | 37 | 49 |
| Octal | 225 | 315 | 340 | 41 | 10 | 0 | 14 | 303 | 67 | 111 |
| Binary | 10010101 | 11001101 | 11100000 | 100001 | 1000 | 0 | 1100 | 11000011 | 110111 | 1001001 |
Color Harmonies of #95CDE0
Complementary color
Monochromatic Colors of #95CDE0
Black with #95CDE0
Text Example
Text Example
White with #95CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CDE0; }
p { color: rgb(149,205,224); }
H1.HeaderClassName
{
color: #95CDE0;
}
.AnyTagClassName
{
color: #95CDE0;
}
</style>
background-color css
<style>
a { background-color: #95CDE0; }
a { background-color: rgb(149,205,224); }
div.DivClassName
{
background-color: #95CDE0;
}
.BgClassName
{
background-color: #95CDE0;
}
</style>
border-color css
<style>
span { border-color: #95CDE0; }
span { border-color: rgb(149,205,224); }
td.TdClassName
{
border-color: #95CDE0;
}
.TagClassName
{
border-color: #95CDE0;
}
</style>