Html Css Color HEX #9FCDFF Pale Cornflower Blue
📋 copy color: '#9FCDFF'red 159 ◦ green 205 ◦ blue 255
Shades of Pale Cornflower Blue #9FCDFF
Tints of Pale Cornflower Blue #9FCDFF
RGB
CMYK
RGB Variations
Color information
#9FCDFF (or 0x9FCDFF) is known color: Pale Cornflower Blue. HEX triplet: 9F, CD and FF. RGB value is (159,205,255). Sum of RGB (Red+Green+Blue) = 159+205+255=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCDFF is #603200. Grayscale: #C4C4C4. Windows color (decimal): -6304257 or 16764319. OLE color: 16764319.
HSL color Cylindrical-coordinate representation of color #9FCDFF: hue angle of 211.25º 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 #9FCDFF is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 205 | 255 | - |
| CMYK | 0.38 | 0.20 | 0 | 0 |
| HSL | 211.25º | 1% | 0.81% | - |
| HSV(B) | 211.25º | 0.38% | 1% | - |
| XYZ | 54.18 | 58.25 | 103 | - |
| YUV | 196.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 255 | 0.38 | 0.20 | 0 | 0 | 211.25 | 1 | 0.81 |
| Hex | 9F | CD | FF | 26 | 14 | 0 | 0 | D3 | 64 | 51 |
| Octal | 237 | 315 | 377 | 46 | 24 | 0 | 0 | 323 | 144 | 121 |
| Binary | 10011111 | 11001101 | 11111111 | 100110 | 10100 | 0 | 0 | 11010011 | 1100100 | 1010001 |
Color Harmonies of #9FCDFF
Complementary color
Monochromatic Colors of #9FCDFF
Black with #9FCDFF
Text Example
Text Example
White with #9FCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCDFF; }
p { color: rgb(159,205,255); }
H1.HeaderClassName
{
color: #9FCDFF;
}
.AnyTagClassName
{
color: #9FCDFF;
}
</style>
background-color css
<style>
a { background-color: #9FCDFF; }
a { background-color: rgb(159,205,255); }
div.DivClassName
{
background-color: #9FCDFF;
}
.BgClassName
{
background-color: #9FCDFF;
}
</style>
border-color css
<style>
span { border-color: #9FCDFF; }
span { border-color: rgb(159,205,255); }
td.TdClassName
{
border-color: #9FCDFF;
}
.TagClassName
{
border-color: #9FCDFF;
}
</style>