Html Css Color HEX #9FCFFD Pale Cornflower Blue
📋 copy color: '#9FCFFD'red 159 ◦ green 207 ◦ blue 253
Shades of Pale Cornflower Blue #9FCFFD
Tints of Pale Cornflower Blue #9FCFFD
RGB
CMYK
RGB Variations
Color information
#9FCFFD (or 0x9FCFFD) is known color: Pale Cornflower Blue. HEX triplet: 9F, CF and FD. RGB value is (159,207,253). Sum of RGB (Red+Green+Blue) = 159+207+253=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FCFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFFD is #603002. Grayscale: #C5C5C5. Windows color (decimal): -6303747 or 16633759. OLE color: 16633759.
HSL color Cylindrical-coordinate representation of color #9FCFFD: hue angle of 209.36º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FCFFD is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 207 | 253 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.01 |
| HSL | 209.36º | 0.96% | 0.81% | - |
| HSV(B) | 209.36º | 0.37% | 0.99% | - |
| XYZ | 54.34 | 59.09 | 101.47 | - |
| YUV | 197.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 253 | 0.37 | 0.18 | 0 | 0.01 | 209.36 | 0.96 | 0.81 |
| Hex | 9F | CF | FD | 25 | 12 | 0 | 1 | D1 | 60 | 51 |
| Octal | 237 | 317 | 375 | 45 | 22 | 0 | 1 | 321 | 140 | 121 |
| Binary | 10011111 | 11001111 | 11111101 | 100101 | 10010 | 0 | 1 | 11010001 | 1100000 | 1010001 |
Color Harmonies of #9FCFFD
Complementary color
Monochromatic Colors of #9FCFFD
Black with #9FCFFD
Text Example
Text Example
White with #9FCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCFFD; }
p { color: rgb(159,207,253); }
H1.HeaderClassName
{
color: #9FCFFD;
}
.AnyTagClassName
{
color: #9FCFFD;
}
</style>
background-color css
<style>
a { background-color: #9FCFFD; }
a { background-color: rgb(159,207,253); }
div.DivClassName
{
background-color: #9FCFFD;
}
.BgClassName
{
background-color: #9FCFFD;
}
</style>
border-color css
<style>
span { border-color: #9FCFFD; }
span { border-color: rgb(159,207,253); }
td.TdClassName
{
border-color: #9FCFFD;
}
.TagClassName
{
border-color: #9FCFFD;
}
</style>