Html Css Color HEX #9BC7FA Pale Cornflower Blue
📋 copy color: '#9BC7FA'red 155 ◦ green 199 ◦ blue 250
Shades of Pale Cornflower Blue #9BC7FA
Tints of Pale Cornflower Blue #9BC7FA
RGB
CMYK
RGB Variations
Color information
#9BC7FA (or 0x9BC7FA) is known color: Pale Cornflower Blue. HEX triplet: 9B, C7 and FA. RGB value is (155,199,250). Sum of RGB (Red+Green+Blue) = 155+199+250=604 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.66% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BC7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC7FA is #643805. Grayscale: #BFBFBF. Windows color (decimal): -6567942 or 16435099. OLE color: 16435099.
HSL color Cylindrical-coordinate representation of color #9BC7FA: hue angle of 212.21º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BC7FA is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 199 | 250 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.02 |
| HSL | 212.21º | 0.9% | 0.79% | - |
| HSV(B) | 212.21º | 0.38% | 0.98% | - |
| XYZ | 51.2 | 54.72 | 98.31 | - |
| YUV | 191.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 250 | 0.38 | 0.20 | 0 | 0.02 | 212.21 | 0.9 | 0.79 |
| Hex | 9B | C7 | FA | 26 | 14 | 0 | 2 | D4 | 5A | 4F |
| Octal | 233 | 307 | 372 | 46 | 24 | 0 | 2 | 324 | 132 | 117 |
| Binary | 10011011 | 11000111 | 11111010 | 100110 | 10100 | 0 | 10 | 11010100 | 1011010 | 1001111 |
Color Harmonies of #9BC7FA
Complementary color
Monochromatic Colors of #9BC7FA
Black with #9BC7FA
Text Example
Text Example
White with #9BC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7FA; }
p { color: rgb(155,199,250); }
H1.HeaderClassName
{
color: #9BC7FA;
}
.AnyTagClassName
{
color: #9BC7FA;
}
</style>
background-color css
<style>
a { background-color: #9BC7FA; }
a { background-color: rgb(155,199,250); }
div.DivClassName
{
background-color: #9BC7FA;
}
.BgClassName
{
background-color: #9BC7FA;
}
</style>
border-color css
<style>
span { border-color: #9BC7FA; }
span { border-color: rgb(155,199,250); }
td.TdClassName
{
border-color: #9BC7FA;
}
.TagClassName
{
border-color: #9BC7FA;
}
</style>