Shades of Cornflower #95BDF2
Tints of Cornflower #95BDF2
RGB
CMYK
RGB Variations
Color information
#95BDF2 (or 0x95BDF2) is known color: Cornflower. HEX triplet: 95, BD and F2. RGB value is (149,189,242). Sum of RGB (Red+Green+Blue) = 149+189+242=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #95BDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95BDF2 is #6A420D. Grayscale: #B6B6B6. Windows color (decimal): -6963726 or 15908245. OLE color: 15908245.
HSL color Cylindrical-coordinate representation of color #95BDF2: hue angle of 214.19º 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 #95BDF2 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 189 | 242 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.05 |
| HSL | 214.19º | 0.78% | 0.77% | - |
| HSV(B) | 214.19º | 0.38% | 0.95% | - |
| XYZ | 46.62 | 49.2 | 91.04 | - |
| YUV | 183.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 242 | 0.38 | 0.22 | 0 | 0.05 | 214.19 | 0.78 | 0.77 |
| Hex | 95 | BD | F2 | 26 | 16 | 0 | 5 | D6 | 4E | 4D |
| Octal | 225 | 275 | 362 | 46 | 26 | 0 | 5 | 326 | 116 | 115 |
| Binary | 10010101 | 10111101 | 11110010 | 100110 | 10110 | 0 | 101 | 11010110 | 1001110 | 1001101 |
Color Harmonies of #95BDF2
Complementary color
Monochromatic Colors of #95BDF2
Black with #95BDF2
Text Example
Text Example
White with #95BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BDF2; }
p { color: rgb(149,189,242); }
H1.HeaderClassName
{
color: #95BDF2;
}
.AnyTagClassName
{
color: #95BDF2;
}
</style>
background-color css
<style>
a { background-color: #95BDF2; }
a { background-color: rgb(149,189,242); }
div.DivClassName
{
background-color: #95BDF2;
}
.BgClassName
{
background-color: #95BDF2;
}
</style>
border-color css
<style>
span { border-color: #95BDF2; }
span { border-color: rgb(149,189,242); }
td.TdClassName
{
border-color: #95BDF2;
}
.TagClassName
{
border-color: #95BDF2;
}
</style>