Html Css Color HEX #9FCBFC Pale Cornflower Blue
📋 copy color: '#9FCBFC'red 159 ◦ green 203 ◦ blue 252
Shades of Pale Cornflower Blue #9FCBFC
Tints of Pale Cornflower Blue #9FCBFC
RGB
CMYK
RGB Variations
Color information
#9FCBFC (or 0x9FCBFC) is known color: Pale Cornflower Blue. HEX triplet: 9F, CB and FC. RGB value is (159,203,252). Sum of RGB (Red+Green+Blue) = 159+203+252=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FCBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBFC is #603403. Grayscale: #C3C3C3. Windows color (decimal): -6304772 or 16567199. OLE color: 16567199.
HSL color Cylindrical-coordinate representation of color #9FCBFC: hue angle of 211.61º 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 #9FCBFC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 203 | 252 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.01 |
| HSL | 211.61º | 0.94% | 0.81% | - |
| HSV(B) | 211.61º | 0.37% | 0.99% | - |
| XYZ | 53.22 | 57.11 | 100.31 | - |
| YUV | 195.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 203 | 252 | 0.37 | 0.19 | 0 | 0.01 | 211.61 | 0.94 | 0.81 |
| Hex | 9F | CB | FC | 25 | 13 | 0 | 1 | D4 | 5E | 51 |
| Octal | 237 | 313 | 374 | 45 | 23 | 0 | 1 | 324 | 136 | 121 |
| Binary | 10011111 | 11001011 | 11111100 | 100101 | 10011 | 0 | 1 | 11010100 | 1011110 | 1010001 |
Color Harmonies of #9FCBFC
Complementary color
Monochromatic Colors of #9FCBFC
Black with #9FCBFC
Text Example
Text Example
White with #9FCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCBFC; }
p { color: rgb(159,203,252); }
H1.HeaderClassName
{
color: #9FCBFC;
}
.AnyTagClassName
{
color: #9FCBFC;
}
</style>
background-color css
<style>
a { background-color: #9FCBFC; }
a { background-color: rgb(159,203,252); }
div.DivClassName
{
background-color: #9FCBFC;
}
.BgClassName
{
background-color: #9FCBFC;
}
</style>
border-color css
<style>
span { border-color: #9FCBFC; }
span { border-color: rgb(159,203,252); }
td.TdClassName
{
border-color: #9FCBFC;
}
.TagClassName
{
border-color: #9FCBFC;
}
</style>