Html Css Color HEX #9FCAFE Pale Cornflower Blue
📋 copy color: '#9FCAFE'red 159 ◦ green 202 ◦ blue 254
Shades of Pale Cornflower Blue #9FCAFE
Tints of Pale Cornflower Blue #9FCAFE
RGB
CMYK
RGB Variations
Color information
#9FCAFE (or 0x9FCAFE) is known color: Pale Cornflower Blue. HEX triplet: 9F, CA and FE. RGB value is (159,202,254). Sum of RGB (Red+Green+Blue) = 159+202+254=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCAFE is #603501. Grayscale: #C2C2C2. Windows color (decimal): -6305026 or 16698015. OLE color: 16698015.
HSL color Cylindrical-coordinate representation of color #9FCAFE: hue angle of 212.84º 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 #9FCAFE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 202 | 254 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.00 |
| HSL | 212.84º | 0.98% | 0.81% | - |
| HSV(B) | 212.84º | 0.37% | 1% | - |
| XYZ | 53.31 | 56.77 | 101.91 | - |
| YUV | 195.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 254 | 0.37 | 0.20 | 0 | 0.00 | 212.84 | 0.98 | 0.81 |
| Hex | 9F | CA | FE | 25 | 14 | 0 | 0 | D5 | 62 | 51 |
| Octal | 237 | 312 | 376 | 45 | 24 | 0 | 0 | 325 | 142 | 121 |
| Binary | 10011111 | 11001010 | 11111110 | 100101 | 10100 | 0 | 0 | 11010101 | 1100010 | 1010001 |
Color Harmonies of #9FCAFE
Complementary color
Monochromatic Colors of #9FCAFE
Black with #9FCAFE
Text Example
Text Example
White with #9FCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAFE; }
p { color: rgb(159,202,254); }
H1.HeaderClassName
{
color: #9FCAFE;
}
.AnyTagClassName
{
color: #9FCAFE;
}
</style>
background-color css
<style>
a { background-color: #9FCAFE; }
a { background-color: rgb(159,202,254); }
div.DivClassName
{
background-color: #9FCAFE;
}
.BgClassName
{
background-color: #9FCAFE;
}
</style>
border-color css
<style>
span { border-color: #9FCAFE; }
span { border-color: rgb(159,202,254); }
td.TdClassName
{
border-color: #9FCAFE;
}
.TagClassName
{
border-color: #9FCAFE;
}
</style>