Shades of Cornflower #95CFF2
Tints of Cornflower #95CFF2
RGB
CMYK
RGB Variations
Color information
#95CFF2 (or 0x95CFF2) is known color: Cornflower. HEX triplet: 95, CF and F2. RGB value is (149,207,242). Sum of RGB (Red+Green+Blue) = 149+207+242=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #95CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CFF2 is #6A300D. Grayscale: #C1C1C1. Windows color (decimal): -6959118 or 15912853. OLE color: 15912853.
HSL color Cylindrical-coordinate representation of color #95CFF2: hue angle of 202.58º 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 #95CFF2 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 207 | 242 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.05 |
| HSL | 202.58º | 0.78% | 0.77% | - |
| HSV(B) | 202.58º | 0.38% | 0.95% | - |
| XYZ | 50.73 | 57.43 | 92.41 | - |
| YUV | 193.65 | 155.28 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 207 | 242 | 0.38 | 0.14 | 0 | 0.05 | 202.58 | 0.78 | 0.77 |
| Hex | 95 | CF | F2 | 26 | E | 0 | 5 | CB | 4E | 4D |
| Octal | 225 | 317 | 362 | 46 | 16 | 0 | 5 | 313 | 116 | 115 |
| Binary | 10010101 | 11001111 | 11110010 | 100110 | 1110 | 0 | 101 | 11001011 | 1001110 | 1001101 |
Color Harmonies of #95CFF2
Complementary color
Monochromatic Colors of #95CFF2
Black with #95CFF2
Text Example
Text Example
White with #95CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CFF2; }
p { color: rgb(149,207,242); }
H1.HeaderClassName
{
color: #95CFF2;
}
.AnyTagClassName
{
color: #95CFF2;
}
</style>
background-color css
<style>
a { background-color: #95CFF2; }
a { background-color: rgb(149,207,242); }
div.DivClassName
{
background-color: #95CFF2;
}
.BgClassName
{
background-color: #95CFF2;
}
</style>
border-color css
<style>
span { border-color: #95CFF2; }
span { border-color: rgb(149,207,242); }
td.TdClassName
{
border-color: #95CFF2;
}
.TagClassName
{
border-color: #95CFF2;
}
</style>