Shades of Cornflower #95CBEA
Tints of Cornflower #95CBEA
RGB
CMYK
RGB Variations
Color information
#95CBEA (or 0x95CBEA) is known color: Cornflower. HEX triplet: 95, CB and EA. RGB value is (149,203,234). Sum of RGB (Red+Green+Blue) = 149+203+234=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #95CBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CBEA is #6A3415. Grayscale: #BEBEBE. Windows color (decimal): -6960150 or 15387541. OLE color: 15387541.
HSL color Cylindrical-coordinate representation of color #95CBEA: hue angle of 201.88º 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 #95CBEA is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 203 | 234 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.08 |
| HSL | 201.88º | 0.67% | 0.75% | - |
| HSV(B) | 201.88º | 0.36% | 0.92% | - |
| XYZ | 48.6 | 55.04 | 85.9 | - |
| YUV | 190.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 203 | 234 | 0.36 | 0.13 | 0 | 0.08 | 201.88 | 0.67 | 0.75 |
| Hex | 95 | CB | EA | 24 | D | 0 | 8 | CA | 43 | 4B |
| Octal | 225 | 313 | 352 | 44 | 15 | 0 | 10 | 312 | 103 | 113 |
| Binary | 10010101 | 11001011 | 11101010 | 100100 | 1101 | 0 | 1000 | 11001010 | 1000011 | 1001011 |
Color Harmonies of #95CBEA
Complementary color
Monochromatic Colors of #95CBEA
Black with #95CBEA
Text Example
Text Example
White with #95CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CBEA; }
p { color: rgb(149,203,234); }
H1.HeaderClassName
{
color: #95CBEA;
}
.AnyTagClassName
{
color: #95CBEA;
}
</style>
background-color css
<style>
a { background-color: #95CBEA; }
a { background-color: rgb(149,203,234); }
div.DivClassName
{
background-color: #95CBEA;
}
.BgClassName
{
background-color: #95CBEA;
}
</style>
border-color css
<style>
span { border-color: #95CBEA; }
span { border-color: rgb(149,203,234); }
td.TdClassName
{
border-color: #95CBEA;
}
.TagClassName
{
border-color: #95CBEA;
}
</style>