Html Css Color HEX #9FCCFE Pale Cornflower Blue
📋 copy color: '#9FCCFE'red 159 ◦ green 204 ◦ blue 254
Shades of Pale Cornflower Blue #9FCCFE
Tints of Pale Cornflower Blue #9FCCFE
RGB
CMYK
RGB Variations
Color information
#9FCCFE (or 0x9FCCFE) is known color: Pale Cornflower Blue. HEX triplet: 9F, CC and FE. RGB value is (159,204,254). Sum of RGB (Red+Green+Blue) = 159+204+254=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FCCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCCFE is #603301. Grayscale: #C4C4C4. Windows color (decimal): -6304514 or 16698527. OLE color: 16698527.
HSL color Cylindrical-coordinate representation of color #9FCCFE: hue angle of 211.58º 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 #9FCCFE is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 204 | 254 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.00 |
| HSL | 211.58º | 0.98% | 0.81% | - |
| HSV(B) | 211.58º | 0.37% | 1% | - |
| XYZ | 53.78 | 57.71 | 102.07 | - |
| YUV | 196.25 | 160.59 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 204 | 254 | 0.37 | 0.20 | 0 | 0.00 | 211.58 | 0.98 | 0.81 |
| Hex | 9F | CC | FE | 25 | 14 | 0 | 0 | D4 | 62 | 51 |
| Octal | 237 | 314 | 376 | 45 | 24 | 0 | 0 | 324 | 142 | 121 |
| Binary | 10011111 | 11001100 | 11111110 | 100101 | 10100 | 0 | 0 | 11010100 | 1100010 | 1010001 |
Color Harmonies of #9FCCFE
Complementary color
Monochromatic Colors of #9FCCFE
Black with #9FCCFE
Text Example
Text Example
White with #9FCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCCFE; }
p { color: rgb(159,204,254); }
H1.HeaderClassName
{
color: #9FCCFE;
}
.AnyTagClassName
{
color: #9FCCFE;
}
</style>
background-color css
<style>
a { background-color: #9FCCFE; }
a { background-color: rgb(159,204,254); }
div.DivClassName
{
background-color: #9FCCFE;
}
.BgClassName
{
background-color: #9FCCFE;
}
</style>
border-color css
<style>
span { border-color: #9FCCFE; }
span { border-color: rgb(159,204,254); }
td.TdClassName
{
border-color: #9FCCFE;
}
.TagClassName
{
border-color: #9FCCFE;
}
</style>