Html Css Color HEX #9BBFF7 Pale Cornflower Blue
📋 copy color: '#9BBFF7'red 155 ◦ green 191 ◦ blue 247
Shades of Pale Cornflower Blue #9BBFF7
Tints of Pale Cornflower Blue #9BBFF7
RGB
CMYK
RGB Variations
Color information
#9BBFF7 (or 0x9BBFF7) is known color: Pale Cornflower Blue. HEX triplet: 9B, BF and F7. RGB value is (155,191,247). Sum of RGB (Red+Green+Blue) = 155+191+247=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #9BBFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBFF7 is #644008. Grayscale: #BABABA. Windows color (decimal): -6569993 or 16236443. OLE color: 16236443.
HSL color Cylindrical-coordinate representation of color #9BBFF7: hue angle of 216.52º 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 #9BBFF7 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 191 | 247 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.03 |
| HSL | 216.52º | 0.85% | 0.79% | - |
| HSV(B) | 216.52º | 0.37% | 0.97% | - |
| XYZ | 48.94 | 50.95 | 95.25 | - |
| YUV | 186.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 247 | 0.37 | 0.23 | 0 | 0.03 | 216.52 | 0.85 | 0.79 |
| Hex | 9B | BF | F7 | 25 | 17 | 0 | 3 | D9 | 55 | 4F |
| Octal | 233 | 277 | 367 | 45 | 27 | 0 | 3 | 331 | 125 | 117 |
| Binary | 10011011 | 10111111 | 11110111 | 100101 | 10111 | 0 | 11 | 11011001 | 1010101 | 1001111 |
Color Harmonies of #9BBFF7
Complementary color
Monochromatic Colors of #9BBFF7
Black with #9BBFF7
Text Example
Text Example
White with #9BBFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFF7; }
p { color: rgb(155,191,247); }
H1.HeaderClassName
{
color: #9BBFF7;
}
.AnyTagClassName
{
color: #9BBFF7;
}
</style>
background-color css
<style>
a { background-color: #9BBFF7; }
a { background-color: rgb(155,191,247); }
div.DivClassName
{
background-color: #9BBFF7;
}
.BgClassName
{
background-color: #9BBFF7;
}
</style>
border-color css
<style>
span { border-color: #9BBFF7; }
span { border-color: rgb(155,191,247); }
td.TdClassName
{
border-color: #9BBFF7;
}
.TagClassName
{
border-color: #9BBFF7;
}
</style>