Html Css Color HEX #9DBFFF Pale Cornflower Blue
📋 copy color: '#9DBFFF'red 157 ◦ green 191 ◦ blue 255
Shades of Pale Cornflower Blue #9DBFFF
Tints of Pale Cornflower Blue #9DBFFF
RGB
CMYK
RGB Variations
Color information
#9DBFFF (or 0x9DBFFF) is known color: Pale Cornflower Blue. HEX triplet: 9D, BF and FF. RGB value is (157,191,255). Sum of RGB (Red+Green+Blue) = 157+191+255=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DBFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFFF is #624000. Grayscale: #BBBBBB. Windows color (decimal): -6438913 or 16760733. OLE color: 16760733.
HSL color Cylindrical-coordinate representation of color #9DBFFF: hue angle of 219.18º 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 #9DBFFF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 191 | 255 | - |
| CMYK | 0.38 | 0.25 | 0 | 0 |
| HSL | 219.18º | 1% | 0.81% | - |
| HSV(B) | 219.18º | 0.38% | 1% | - |
| XYZ | 50.59 | 51.65 | 101.91 | - |
| YUV | 188.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 255 | 0.38 | 0.25 | 0 | 0 | 219.18 | 1 | 0.81 |
| Hex | 9D | BF | FF | 26 | 19 | 0 | 0 | DB | 64 | 51 |
| Octal | 235 | 277 | 377 | 46 | 31 | 0 | 0 | 333 | 144 | 121 |
| Binary | 10011101 | 10111111 | 11111111 | 100110 | 11001 | 0 | 0 | 11011011 | 1100100 | 1010001 |
Color Harmonies of #9DBFFF
Complementary color
Monochromatic Colors of #9DBFFF
Black with #9DBFFF
Text Example
Text Example
White with #9DBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFFF; }
p { color: rgb(157,191,255); }
H1.HeaderClassName
{
color: #9DBFFF;
}
.AnyTagClassName
{
color: #9DBFFF;
}
</style>
background-color css
<style>
a { background-color: #9DBFFF; }
a { background-color: rgb(157,191,255); }
div.DivClassName
{
background-color: #9DBFFF;
}
.BgClassName
{
background-color: #9DBFFF;
}
</style>
border-color css
<style>
span { border-color: #9DBFFF; }
span { border-color: rgb(157,191,255); }
td.TdClassName
{
border-color: #9DBFFF;
}
.TagClassName
{
border-color: #9DBFFF;
}
</style>