Html Css Color HEX #9FC5FB Pale Cornflower Blue
📋 copy color: '#9FC5FB'red 159 ◦ green 197 ◦ blue 251
Shades of Pale Cornflower Blue #9FC5FB
Tints of Pale Cornflower Blue #9FC5FB
RGB
CMYK
RGB Variations
Color information
#9FC5FB (or 0x9FC5FB) is known color: Pale Cornflower Blue. HEX triplet: 9F, C5 and FB. RGB value is (159,197,251). Sum of RGB (Red+Green+Blue) = 159+197+251=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 197 (77.34% from 255 or 32.45% 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 #9FC5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC5FB is #603A04. Grayscale: #BFBFBF. Windows color (decimal): -6306309 or 16500127. OLE color: 16500127.
HSL color Cylindrical-coordinate representation of color #9FC5FB: hue angle of 215.22º 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 #9FC5FB is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 197 | 251 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.02 |
| HSL | 215.22º | 0.92% | 0.8% | - |
| HSV(B) | 215.22º | 0.37% | 0.98% | - |
| XYZ | 51.68 | 54.27 | 99.02 | - |
| YUV | 191.79 | 161.41 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 251 | 0.37 | 0.22 | 0 | 0.02 | 215.22 | 0.92 | 0.8 |
| Hex | 9F | C5 | FB | 25 | 16 | 0 | 2 | D7 | 5C | 50 |
| Octal | 237 | 305 | 373 | 45 | 26 | 0 | 2 | 327 | 134 | 120 |
| Binary | 10011111 | 11000101 | 11111011 | 100101 | 10110 | 0 | 10 | 11010111 | 1011100 | 1010000 |
Color Harmonies of #9FC5FB
Complementary color
Monochromatic Colors of #9FC5FB
Black with #9FC5FB
Text Example
Text Example
White with #9FC5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC5FB; }
p { color: rgb(159,197,251); }
H1.HeaderClassName
{
color: #9FC5FB;
}
.AnyTagClassName
{
color: #9FC5FB;
}
</style>
background-color css
<style>
a { background-color: #9FC5FB; }
a { background-color: rgb(159,197,251); }
div.DivClassName
{
background-color: #9FC5FB;
}
.BgClassName
{
background-color: #9FC5FB;
}
</style>
border-color css
<style>
span { border-color: #9FC5FB; }
span { border-color: rgb(159,197,251); }
td.TdClassName
{
border-color: #9FC5FB;
}
.TagClassName
{
border-color: #9FC5FB;
}
</style>