Html Css Color HEX #9FCAFC Pale Cornflower Blue
📋 copy color: '#9FCAFC'red 159 ◦ green 202 ◦ blue 252
Shades of Pale Cornflower Blue #9FCAFC
Tints of Pale Cornflower Blue #9FCAFC
RGB
CMYK
RGB Variations
Color information
#9FCAFC (or 0x9FCAFC) is known color: Pale Cornflower Blue. HEX triplet: 9F, CA and FC. RGB value is (159,202,252). Sum of RGB (Red+Green+Blue) = 159+202+252=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FCAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAFC is #603503. Grayscale: #C2C2C2. Windows color (decimal): -6305028 or 16566943. OLE color: 16566943.
HSL color Cylindrical-coordinate representation of color #9FCAFC: hue angle of 212.26º degrees, saturation: 0.94, 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 #9FCAFC is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 202 | 252 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.01 |
| HSL | 212.26º | 0.94% | 0.81% | - |
| HSV(B) | 212.26º | 0.37% | 0.99% | - |
| XYZ | 52.99 | 56.64 | 100.24 | - |
| YUV | 194.84 | 160.25 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 252 | 0.37 | 0.20 | 0 | 0.01 | 212.26 | 0.94 | 0.81 |
| Hex | 9F | CA | FC | 25 | 14 | 0 | 1 | D4 | 5E | 51 |
| Octal | 237 | 312 | 374 | 45 | 24 | 0 | 1 | 324 | 136 | 121 |
| Binary | 10011111 | 11001010 | 11111100 | 100101 | 10100 | 0 | 1 | 11010100 | 1011110 | 1010001 |
Color Harmonies of #9FCAFC
Complementary color
Monochromatic Colors of #9FCAFC
Black with #9FCAFC
Text Example
Text Example
White with #9FCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAFC; }
p { color: rgb(159,202,252); }
H1.HeaderClassName
{
color: #9FCAFC;
}
.AnyTagClassName
{
color: #9FCAFC;
}
</style>
background-color css
<style>
a { background-color: #9FCAFC; }
a { background-color: rgb(159,202,252); }
div.DivClassName
{
background-color: #9FCAFC;
}
.BgClassName
{
background-color: #9FCAFC;
}
</style>
border-color css
<style>
span { border-color: #9FCAFC; }
span { border-color: rgb(159,202,252); }
td.TdClassName
{
border-color: #9FCAFC;
}
.TagClassName
{
border-color: #9FCAFC;
}
</style>