Html Css Color HEX #9DBFFE Pale Cornflower Blue
📋 copy color: '#9DBFFE'red 157 ◦ green 191 ◦ blue 254
Shades of Pale Cornflower Blue #9DBFFE
Tints of Pale Cornflower Blue #9DBFFE
RGB
CMYK
RGB Variations
Color information
#9DBFFE (or 0x9DBFFE) is known color: Pale Cornflower Blue. HEX triplet: 9D, BF and FE. RGB value is (157,191,254). Sum of RGB (Red+Green+Blue) = 157+191+254=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DBFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFFE is #624001. Grayscale: #BBBBBB. Windows color (decimal): -6438914 or 16695197. OLE color: 16695197.
HSL color Cylindrical-coordinate representation of color #9DBFFE: hue angle of 218.97º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DBFFE is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 191 | 254 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.00 |
| HSL | 218.97º | 0.98% | 0.81% | - |
| HSV(B) | 218.97º | 0.38% | 1% | - |
| XYZ | 50.42 | 51.59 | 101.07 | - |
| YUV | 188.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 254 | 0.38 | 0.25 | 0 | 0.00 | 218.97 | 0.98 | 0.81 |
| Hex | 9D | BF | FE | 26 | 19 | 0 | 0 | DB | 62 | 51 |
| Octal | 235 | 277 | 376 | 46 | 31 | 0 | 0 | 333 | 142 | 121 |
| Binary | 10011101 | 10111111 | 11111110 | 100110 | 11001 | 0 | 0 | 11011011 | 1100010 | 1010001 |
Color Harmonies of #9DBFFE
Complementary color
Monochromatic Colors of #9DBFFE
Black with #9DBFFE
Text Example
Text Example
White with #9DBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBFFE; }
p { color: rgb(157,191,254); }
H1.HeaderClassName
{
color: #9DBFFE;
}
.AnyTagClassName
{
color: #9DBFFE;
}
</style>
background-color css
<style>
a { background-color: #9DBFFE; }
a { background-color: rgb(157,191,254); }
div.DivClassName
{
background-color: #9DBFFE;
}
.BgClassName
{
background-color: #9DBFFE;
}
</style>
border-color css
<style>
span { border-color: #9DBFFE; }
span { border-color: rgb(157,191,254); }
td.TdClassName
{
border-color: #9DBFFE;
}
.TagClassName
{
border-color: #9DBFFE;
}
</style>