Html Css Color HEX #9FC0FF Pale Cornflower Blue
📋 copy color: '#9FC0FF'red 159 ◦ green 192 ◦ blue 255
Shades of Pale Cornflower Blue #9FC0FF
Tints of Pale Cornflower Blue #9FC0FF
RGB
CMYK
RGB Variations
Color information
#9FC0FF (or 0x9FC0FF) is known color: Pale Cornflower Blue. HEX triplet: 9F, C0 and FF. RGB value is (159,192,255). Sum of RGB (Red+Green+Blue) = 159+192+255=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC0FF is #603F00. Grayscale: #BDBDBD. Windows color (decimal): -6307585 or 16760991. OLE color: 16760991.
HSL color Cylindrical-coordinate representation of color #9FC0FF: hue angle of 219.38º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FC0FF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 192 | 255 | - |
| CMYK | 0.38 | 0.25 | 0 | 0 |
| HSL | 219.38º | 1% | 0.81% | - |
| HSV(B) | 219.38º | 0.38% | 1% | - |
| XYZ | 51.2 | 52.29 | 102 | - |
| YUV | 189.32 | 165.07 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 255 | 0.38 | 0.25 | 0 | 0 | 219.38 | 1 | 0.81 |
| Hex | 9F | C0 | FF | 26 | 19 | 0 | 0 | DB | 64 | 51 |
| Octal | 237 | 300 | 377 | 46 | 31 | 0 | 0 | 333 | 144 | 121 |
| Binary | 10011111 | 11000000 | 11111111 | 100110 | 11001 | 0 | 0 | 11011011 | 1100100 | 1010001 |
Color Harmonies of #9FC0FF
Complementary color
Monochromatic Colors of #9FC0FF
Black with #9FC0FF
Text Example
Text Example
White with #9FC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC0FF; }
p { color: rgb(159,192,255); }
H1.HeaderClassName
{
color: #9FC0FF;
}
.AnyTagClassName
{
color: #9FC0FF;
}
</style>
background-color css
<style>
a { background-color: #9FC0FF; }
a { background-color: rgb(159,192,255); }
div.DivClassName
{
background-color: #9FC0FF;
}
.BgClassName
{
background-color: #9FC0FF;
}
</style>
border-color css
<style>
span { border-color: #9FC0FF; }
span { border-color: rgb(159,192,255); }
td.TdClassName
{
border-color: #9FC0FF;
}
.TagClassName
{
border-color: #9FC0FF;
}
</style>