Html Css Color HEX #9FCEFC Pale Cornflower Blue
📋 copy color: '#9FCEFC'red 159 ◦ green 206 ◦ blue 252
Shades of Pale Cornflower Blue #9FCEFC
Tints of Pale Cornflower Blue #9FCEFC
RGB
CMYK
RGB Variations
Color information
#9FCEFC (or 0x9FCEFC) is known color: Pale Cornflower Blue. HEX triplet: 9F, CE and FC. RGB value is (159,206,252). Sum of RGB (Red+Green+Blue) = 159+206+252=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FCEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCEFC is #603103. Grayscale: #C4C4C4. Windows color (decimal): -6304004 or 16567967. OLE color: 16567967.
HSL color Cylindrical-coordinate representation of color #9FCEFC: hue angle of 209.68º 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 #9FCEFC is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 206 | 252 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.01 |
| HSL | 209.68º | 0.94% | 0.81% | - |
| HSV(B) | 209.68º | 0.37% | 0.99% | - |
| XYZ | 53.94 | 58.54 | 100.55 | - |
| YUV | 197.19 | 158.93 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 252 | 0.37 | 0.18 | 0 | 0.01 | 209.68 | 0.94 | 0.81 |
| Hex | 9F | CE | FC | 25 | 12 | 0 | 1 | D2 | 5E | 51 |
| Octal | 237 | 316 | 374 | 45 | 22 | 0 | 1 | 322 | 136 | 121 |
| Binary | 10011111 | 11001110 | 11111100 | 100101 | 10010 | 0 | 1 | 11010010 | 1011110 | 1010001 |
Color Harmonies of #9FCEFC
Complementary color
Monochromatic Colors of #9FCEFC
Black with #9FCEFC
Text Example
Text Example
White with #9FCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCEFC; }
p { color: rgb(159,206,252); }
H1.HeaderClassName
{
color: #9FCEFC;
}
.AnyTagClassName
{
color: #9FCEFC;
}
</style>
background-color css
<style>
a { background-color: #9FCEFC; }
a { background-color: rgb(159,206,252); }
div.DivClassName
{
background-color: #9FCEFC;
}
.BgClassName
{
background-color: #9FCEFC;
}
</style>
border-color css
<style>
span { border-color: #9FCEFC; }
span { border-color: rgb(159,206,252); }
td.TdClassName
{
border-color: #9FCEFC;
}
.TagClassName
{
border-color: #9FCEFC;
}
</style>