Html Css Color HEX #9BBEF7 Pale Cornflower Blue
📋 copy color: '#9BBEF7'red 155 ◦ green 190 ◦ blue 247
Shades of Pale Cornflower Blue #9BBEF7
Tints of Pale Cornflower Blue #9BBEF7
RGB
CMYK
RGB Variations
Color information
#9BBEF7 (or 0x9BBEF7) is known color: Pale Cornflower Blue. HEX triplet: 9B, BE and F7. RGB value is (155,190,247). Sum of RGB (Red+Green+Blue) = 155+190+247=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 247 (96.88% from 255 or 41.72% from 592); Max value from RGB is 247 - color contains mainly: blue. Hex color #9BBEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEF7 is #644108. Grayscale: #B9B9B9. Windows color (decimal): -6570249 or 16236187. OLE color: 16236187.
HSL color Cylindrical-coordinate representation of color #9BBEF7: hue angle of 217.17º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BBEF7 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 190 | 247 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.03 |
| HSL | 217.17º | 0.85% | 0.79% | - |
| HSV(B) | 217.17º | 0.37% | 0.97% | - |
| XYZ | 48.72 | 50.51 | 95.18 | - |
| YUV | 186.03 | 162.4 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 247 | 0.37 | 0.23 | 0 | 0.03 | 217.17 | 0.85 | 0.79 |
| Hex | 9B | BE | F7 | 25 | 17 | 0 | 3 | D9 | 55 | 4F |
| Octal | 233 | 276 | 367 | 45 | 27 | 0 | 3 | 331 | 125 | 117 |
| Binary | 10011011 | 10111110 | 11110111 | 100101 | 10111 | 0 | 11 | 11011001 | 1010101 | 1001111 |
Color Harmonies of #9BBEF7
Complementary color
Monochromatic Colors of #9BBEF7
Black with #9BBEF7
Text Example
Text Example
White with #9BBEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBEF7; }
p { color: rgb(155,190,247); }
H1.HeaderClassName
{
color: #9BBEF7;
}
.AnyTagClassName
{
color: #9BBEF7;
}
</style>
background-color css
<style>
a { background-color: #9BBEF7; }
a { background-color: rgb(155,190,247); }
div.DivClassName
{
background-color: #9BBEF7;
}
.BgClassName
{
background-color: #9BBEF7;
}
</style>
border-color css
<style>
span { border-color: #9BBEF7; }
span { border-color: rgb(155,190,247); }
td.TdClassName
{
border-color: #9BBEF7;
}
.TagClassName
{
border-color: #9BBEF7;
}
</style>