Html Css Color HEX #9FCFFE Pale Cornflower Blue
📋 copy color: '#9FCFFE'red 159 ◦ green 207 ◦ blue 254
Shades of Pale Cornflower Blue #9FCFFE
Tints of Pale Cornflower Blue #9FCFFE
RGB
CMYK
RGB Variations
Color information
#9FCFFE (or 0x9FCFFE) is known color: Pale Cornflower Blue. HEX triplet: 9F, CF and FE. RGB value is (159,207,254). Sum of RGB (Red+Green+Blue) = 159+207+254=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FCFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFFE is #603001. Grayscale: #C5C5C5. Windows color (decimal): -6303746 or 16699295. OLE color: 16699295.
HSL color Cylindrical-coordinate representation of color #9FCFFE: hue angle of 209.68º 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 #9FCFFE is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 207 | 254 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.00 |
| HSL | 209.68º | 0.98% | 0.81% | - |
| HSV(B) | 209.68º | 0.37% | 1% | - |
| XYZ | 54.5 | 59.15 | 102.31 | - |
| YUV | 198.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 254 | 0.37 | 0.19 | 0 | 0.00 | 209.68 | 0.98 | 0.81 |
| Hex | 9F | CF | FE | 25 | 13 | 0 | 0 | D2 | 62 | 51 |
| Octal | 237 | 317 | 376 | 45 | 23 | 0 | 0 | 322 | 142 | 121 |
| Binary | 10011111 | 11001111 | 11111110 | 100101 | 10011 | 0 | 0 | 11010010 | 1100010 | 1010001 |
Color Harmonies of #9FCFFE
Complementary color
Monochromatic Colors of #9FCFFE
Black with #9FCFFE
Text Example
Text Example
White with #9FCFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFFE; }
p { color: rgb(159,207,254); }
H1.HeaderClassName
{
color: #9FCFFE;
}
.AnyTagClassName
{
color: #9FCFFE;
}
</style>
background-color css
<style>
a { background-color: #9FCFFE; }
a { background-color: rgb(159,207,254); }
div.DivClassName
{
background-color: #9FCFFE;
}
.BgClassName
{
background-color: #9FCFFE;
}
</style>
border-color css
<style>
span { border-color: #9FCFFE; }
span { border-color: rgb(159,207,254); }
td.TdClassName
{
border-color: #9FCFFE;
}
.TagClassName
{
border-color: #9FCFFE;
}
</style>