Html Css Color HEX #9FCDFE Pale Cornflower Blue
📋 copy color: '#9FCDFE'red 159 ◦ green 205 ◦ blue 254
Shades of Pale Cornflower Blue #9FCDFE
Tints of Pale Cornflower Blue #9FCDFE
RGB
CMYK
RGB Variations
Color information
#9FCDFE (or 0x9FCDFE) is known color: Pale Cornflower Blue. HEX triplet: 9F, CD and FE. RGB value is (159,205,254). Sum of RGB (Red+Green+Blue) = 159+205+254=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FCDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDFE is #603201. Grayscale: #C4C4C4. Windows color (decimal): -6304258 or 16698783. OLE color: 16698783.
HSL color Cylindrical-coordinate representation of color #9FCDFE: hue angle of 210.95º 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 #9FCDFE is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 205 | 254 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.00 |
| HSL | 210.95º | 0.98% | 0.81% | - |
| HSV(B) | 210.95º | 0.37% | 1% | - |
| XYZ | 54.02 | 58.19 | 102.15 | - |
| YUV | 196.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 254 | 0.37 | 0.19 | 0 | 0.00 | 210.95 | 0.98 | 0.81 |
| Hex | 9F | CD | FE | 25 | 13 | 0 | 0 | D3 | 62 | 51 |
| Octal | 237 | 315 | 376 | 45 | 23 | 0 | 0 | 323 | 142 | 121 |
| Binary | 10011111 | 11001101 | 11111110 | 100101 | 10011 | 0 | 0 | 11010011 | 1100010 | 1010001 |
Color Harmonies of #9FCDFE
Complementary color
Monochromatic Colors of #9FCDFE
Black with #9FCDFE
Text Example
Text Example
White with #9FCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDFE; }
p { color: rgb(159,205,254); }
H1.HeaderClassName
{
color: #9FCDFE;
}
.AnyTagClassName
{
color: #9FCDFE;
}
</style>
background-color css
<style>
a { background-color: #9FCDFE; }
a { background-color: rgb(159,205,254); }
div.DivClassName
{
background-color: #9FCDFE;
}
.BgClassName
{
background-color: #9FCDFE;
}
</style>
border-color css
<style>
span { border-color: #9FCDFE; }
span { border-color: rgb(159,205,254); }
td.TdClassName
{
border-color: #9FCDFE;
}
.TagClassName
{
border-color: #9FCDFE;
}
</style>