Html Css Color HEX #9EC6FB Pale Cornflower Blue
📋 copy color: '#9EC6FB'red 158 ◦ green 198 ◦ blue 251
Shades of Pale Cornflower Blue #9EC6FB
Tints of Pale Cornflower Blue #9EC6FB
RGB
CMYK
RGB Variations
Color information
#9EC6FB (or 0x9EC6FB) is known color: Pale Cornflower Blue. HEX triplet: 9E, C6 and FB. RGB value is (158,198,251). Sum of RGB (Red+Green+Blue) = 158+198+251=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 198 (77.73% from 255 or 32.62% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #9EC6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC6FB is #613904. Grayscale: #BFBFBF. Windows color (decimal): -6371589 or 16500382. OLE color: 16500382.
HSL color Cylindrical-coordinate representation of color #9EC6FB: hue angle of 214.19º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EC6FB is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 198 | 251 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.02 |
| HSL | 214.19º | 0.92% | 0.8% | - |
| HSV(B) | 214.19º | 0.37% | 0.98% | - |
| XYZ | 51.71 | 54.62 | 99.08 | - |
| YUV | 192.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 198 | 251 | 0.37 | 0.21 | 0 | 0.02 | 214.19 | 0.92 | 0.8 |
| Hex | 9E | C6 | FB | 25 | 15 | 0 | 2 | D6 | 5C | 50 |
| Octal | 236 | 306 | 373 | 45 | 25 | 0 | 2 | 326 | 134 | 120 |
| Binary | 10011110 | 11000110 | 11111011 | 100101 | 10101 | 0 | 10 | 11010110 | 1011100 | 1010000 |
Color Harmonies of #9EC6FB
Complementary color
Monochromatic Colors of #9EC6FB
Black with #9EC6FB
Text Example
Text Example
White with #9EC6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC6FB; }
p { color: rgb(158,198,251); }
H1.HeaderClassName
{
color: #9EC6FB;
}
.AnyTagClassName
{
color: #9EC6FB;
}
</style>
background-color css
<style>
a { background-color: #9EC6FB; }
a { background-color: rgb(158,198,251); }
div.DivClassName
{
background-color: #9EC6FB;
}
.BgClassName
{
background-color: #9EC6FB;
}
</style>
border-color css
<style>
span { border-color: #9EC6FB; }
span { border-color: rgb(158,198,251); }
td.TdClassName
{
border-color: #9EC6FB;
}
.TagClassName
{
border-color: #9EC6FB;
}
</style>