Html Css Color HEX #9BBFFB Pale Cornflower Blue
📋 copy color: '#9BBFFB'red 155 ◦ green 191 ◦ blue 251
Shades of Pale Cornflower Blue #9BBFFB
Tints of Pale Cornflower Blue #9BBFFB
RGB
CMYK
RGB Variations
Color information
#9BBFFB (or 0x9BBFFB) is known color: Pale Cornflower Blue. HEX triplet: 9B, BF and FB. RGB value is (155,191,251). Sum of RGB (Red+Green+Blue) = 155+191+251=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BBFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBFFB is #644004. Grayscale: #BABABA. Windows color (decimal): -6569989 or 16498587. OLE color: 16498587.
HSL color Cylindrical-coordinate representation of color #9BBFFB: hue angle of 217.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BBFFB is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 191 | 251 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.02 |
| HSL | 217.5º | 0.92% | 0.8% | - |
| HSV(B) | 217.5º | 0.38% | 0.98% | - |
| XYZ | 49.56 | 51.2 | 98.54 | - |
| YUV | 187.08 | 164.07 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 191 | 251 | 0.38 | 0.24 | 0 | 0.02 | 217.5 | 0.92 | 0.8 |
| Hex | 9B | BF | FB | 26 | 18 | 0 | 2 | DA | 5C | 50 |
| Octal | 233 | 277 | 373 | 46 | 30 | 0 | 2 | 332 | 134 | 120 |
| Binary | 10011011 | 10111111 | 11111011 | 100110 | 11000 | 0 | 10 | 11011010 | 1011100 | 1010000 |
Color Harmonies of #9BBFFB
Complementary color
Monochromatic Colors of #9BBFFB
Black with #9BBFFB
Text Example
Text Example
White with #9BBFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBFFB; }
p { color: rgb(155,191,251); }
H1.HeaderClassName
{
color: #9BBFFB;
}
.AnyTagClassName
{
color: #9BBFFB;
}
</style>
background-color css
<style>
a { background-color: #9BBFFB; }
a { background-color: rgb(155,191,251); }
div.DivClassName
{
background-color: #9BBFFB;
}
.BgClassName
{
background-color: #9BBFFB;
}
</style>
border-color css
<style>
span { border-color: #9BBFFB; }
span { border-color: rgb(155,191,251); }
td.TdClassName
{
border-color: #9BBFFB;
}
.TagClassName
{
border-color: #9BBFFB;
}
</style>