Shades of Cornflower #95CDEA
Tints of Cornflower #95CDEA
RGB
CMYK
RGB Variations
Color information
#95CDEA (or 0x95CDEA) is known color: Cornflower. HEX triplet: 95, CD and EA. RGB value is (149,205,234). Sum of RGB (Red+Green+Blue) = 149+205+234=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #95CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CDEA is #6A3215. Grayscale: #BFBFBF. Windows color (decimal): -6959638 or 15388053. OLE color: 15388053.
HSL color Cylindrical-coordinate representation of color #95CDEA: hue angle of 200.47º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95CDEA is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 205 | 234 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.08 |
| HSL | 200.47º | 0.67% | 0.75% | - |
| HSV(B) | 200.47º | 0.36% | 0.92% | - |
| XYZ | 49.08 | 55.99 | 86.06 | - |
| YUV | 191.56 | 151.95 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 205 | 234 | 0.36 | 0.12 | 0 | 0.08 | 200.47 | 0.67 | 0.75 |
| Hex | 95 | CD | EA | 24 | C | 0 | 8 | C8 | 43 | 4B |
| Octal | 225 | 315 | 352 | 44 | 14 | 0 | 10 | 310 | 103 | 113 |
| Binary | 10010101 | 11001101 | 11101010 | 100100 | 1100 | 0 | 1000 | 11001000 | 1000011 | 1001011 |
Color Harmonies of #95CDEA
Complementary color
Monochromatic Colors of #95CDEA
Black with #95CDEA
Text Example
Text Example
White with #95CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CDEA; }
p { color: rgb(149,205,234); }
H1.HeaderClassName
{
color: #95CDEA;
}
.AnyTagClassName
{
color: #95CDEA;
}
</style>
background-color css
<style>
a { background-color: #95CDEA; }
a { background-color: rgb(149,205,234); }
div.DivClassName
{
background-color: #95CDEA;
}
.BgClassName
{
background-color: #95CDEA;
}
</style>
border-color css
<style>
span { border-color: #95CDEA; }
span { border-color: rgb(149,205,234); }
td.TdClassName
{
border-color: #95CDEA;
}
.TagClassName
{
border-color: #95CDEA;
}
</style>