Shades of Cornflower #95C3F2
Tints of Cornflower #95C3F2
RGB
CMYK
RGB Variations
Color information
#95C3F2 (or 0x95C3F2) is known color: Cornflower. HEX triplet: 95, C3 and F2. RGB value is (149,195,242). Sum of RGB (Red+Green+Blue) = 149+195+242=586 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.43% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #95C3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C3F2 is #6A3C0D. Grayscale: #BABABA. Windows color (decimal): -6962190 or 15909781. OLE color: 15909781.
HSL color Cylindrical-coordinate representation of color #95C3F2: hue angle of 210.32º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95C3F2 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 195 | 242 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.05 |
| HSL | 210.32º | 0.78% | 0.77% | - |
| HSV(B) | 210.32º | 0.38% | 0.95% | - |
| XYZ | 47.94 | 51.83 | 91.48 | - |
| YUV | 186.6 | 159.26 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 242 | 0.38 | 0.19 | 0 | 0.05 | 210.32 | 0.78 | 0.77 |
| Hex | 95 | C3 | F2 | 26 | 13 | 0 | 5 | D2 | 4E | 4D |
| Octal | 225 | 303 | 362 | 46 | 23 | 0 | 5 | 322 | 116 | 115 |
| Binary | 10010101 | 11000011 | 11110010 | 100110 | 10011 | 0 | 101 | 11010010 | 1001110 | 1001101 |
Color Harmonies of #95C3F2
Complementary color
Monochromatic Colors of #95C3F2
Black with #95C3F2
Text Example
Text Example
White with #95C3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C3F2; }
p { color: rgb(149,195,242); }
H1.HeaderClassName
{
color: #95C3F2;
}
.AnyTagClassName
{
color: #95C3F2;
}
</style>
background-color css
<style>
a { background-color: #95C3F2; }
a { background-color: rgb(149,195,242); }
div.DivClassName
{
background-color: #95C3F2;
}
.BgClassName
{
background-color: #95C3F2;
}
</style>
border-color css
<style>
span { border-color: #95C3F2; }
span { border-color: rgb(149,195,242); }
td.TdClassName
{
border-color: #95C3F2;
}
.TagClassName
{
border-color: #95C3F2;
}
</style>