Html Css Color HEX #9DC7FA Pale Cornflower Blue
📋 copy color: '#9DC7FA'red 157 ◦ green 199 ◦ blue 250
Shades of Pale Cornflower Blue #9DC7FA
Tints of Pale Cornflower Blue #9DC7FA
RGB
CMYK
RGB Variations
Color information
#9DC7FA (or 0x9DC7FA) is known color: Pale Cornflower Blue. HEX triplet: 9D, C7 and FA. RGB value is (157,199,250). Sum of RGB (Red+Green+Blue) = 157+199+250=606 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.91% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DC7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC7FA is #623805. Grayscale: #C0C0C0. Windows color (decimal): -6436870 or 16435101. OLE color: 16435101.
HSL color Cylindrical-coordinate representation of color #9DC7FA: hue angle of 212.9º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DC7FA is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 199 | 250 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.02 |
| HSL | 212.9º | 0.9% | 0.8% | - |
| HSV(B) | 212.9º | 0.37% | 0.98% | - |
| XYZ | 51.58 | 54.92 | 98.32 | - |
| YUV | 192.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 199 | 250 | 0.37 | 0.20 | 0 | 0.02 | 212.9 | 0.9 | 0.8 |
| Hex | 9D | C7 | FA | 25 | 14 | 0 | 2 | D5 | 5A | 50 |
| Octal | 235 | 307 | 372 | 45 | 24 | 0 | 2 | 325 | 132 | 120 |
| Binary | 10011101 | 11000111 | 11111010 | 100101 | 10100 | 0 | 10 | 11010101 | 1011010 | 1010000 |
Color Harmonies of #9DC7FA
Complementary color
Monochromatic Colors of #9DC7FA
Black with #9DC7FA
Text Example
Text Example
White with #9DC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC7FA; }
p { color: rgb(157,199,250); }
H1.HeaderClassName
{
color: #9DC7FA;
}
.AnyTagClassName
{
color: #9DC7FA;
}
</style>
background-color css
<style>
a { background-color: #9DC7FA; }
a { background-color: rgb(157,199,250); }
div.DivClassName
{
background-color: #9DC7FA;
}
.BgClassName
{
background-color: #9DC7FA;
}
</style>
border-color css
<style>
span { border-color: #9DC7FA; }
span { border-color: rgb(157,199,250); }
td.TdClassName
{
border-color: #9DC7FA;
}
.TagClassName
{
border-color: #9DC7FA;
}
</style>