Html Css Color HEX #9FBFFE Pale Cornflower Blue
📋 copy color: '#9FBFFE'red 159 ◦ green 191 ◦ blue 254
Shades of Pale Cornflower Blue #9FBFFE
Tints of Pale Cornflower Blue #9FBFFE
RGB
CMYK
RGB Variations
Color information
#9FBFFE (or 0x9FBFFE) is known color: Pale Cornflower Blue. HEX triplet: 9F, BF and FE. RGB value is (159,191,254). Sum of RGB (Red+Green+Blue) = 159+191+254=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FBFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBFFE is #604001. Grayscale: #BCBCBC. Windows color (decimal): -6307842 or 16695199. OLE color: 16695199.
HSL color Cylindrical-coordinate representation of color #9FBFFE: hue angle of 219.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FBFFE is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 191 | 254 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.00 |
| HSL | 219.79º | 0.98% | 0.81% | - |
| HSV(B) | 219.79º | 0.37% | 1% | - |
| XYZ | 50.82 | 51.79 | 101.08 | - |
| YUV | 188.61 | 164.9 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 191 | 254 | 0.37 | 0.25 | 0 | 0.00 | 219.79 | 0.98 | 0.81 |
| Hex | 9F | BF | FE | 25 | 19 | 0 | 0 | DC | 62 | 51 |
| Octal | 237 | 277 | 376 | 45 | 31 | 0 | 0 | 334 | 142 | 121 |
| Binary | 10011111 | 10111111 | 11111110 | 100101 | 11001 | 0 | 0 | 11011100 | 1100010 | 1010001 |
Color Harmonies of #9FBFFE
Complementary color
Monochromatic Colors of #9FBFFE
Black with #9FBFFE
Text Example
Text Example
White with #9FBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBFFE; }
p { color: rgb(159,191,254); }
H1.HeaderClassName
{
color: #9FBFFE;
}
.AnyTagClassName
{
color: #9FBFFE;
}
</style>
background-color css
<style>
a { background-color: #9FBFFE; }
a { background-color: rgb(159,191,254); }
div.DivClassName
{
background-color: #9FBFFE;
}
.BgClassName
{
background-color: #9FBFFE;
}
</style>
border-color css
<style>
span { border-color: #9FBFFE; }
span { border-color: rgb(159,191,254); }
td.TdClassName
{
border-color: #9FBFFE;
}
.TagClassName
{
border-color: #9FBFFE;
}
</style>