Html Css Color HEX #9DC6FA Pale Cornflower Blue
📋 copy color: '#9DC6FA'red 157 ◦ green 198 ◦ blue 250
Shades of Pale Cornflower Blue #9DC6FA
Tints of Pale Cornflower Blue #9DC6FA
RGB
CMYK
RGB Variations
Color information
#9DC6FA (or 0x9DC6FA) is known color: Pale Cornflower Blue. HEX triplet: 9D, C6 and FA. RGB value is (157,198,250). Sum of RGB (Red+Green+Blue) = 157+198+250=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DC6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC6FA is #623905. Grayscale: #BFBFBF. Windows color (decimal): -6437126 or 16434845. OLE color: 16434845.
HSL color Cylindrical-coordinate representation of color #9DC6FA: hue angle of 213.55º 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 #9DC6FA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 198 | 250 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.02 |
| HSL | 213.55º | 0.9% | 0.8% | - |
| HSV(B) | 213.55º | 0.37% | 0.98% | - |
| XYZ | 51.35 | 54.46 | 98.25 | - |
| YUV | 191.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 250 | 0.37 | 0.21 | 0 | 0.02 | 213.55 | 0.9 | 0.8 |
| Hex | 9D | C6 | FA | 25 | 15 | 0 | 2 | D6 | 5A | 50 |
| Octal | 235 | 306 | 372 | 45 | 25 | 0 | 2 | 326 | 132 | 120 |
| Binary | 10011101 | 11000110 | 11111010 | 100101 | 10101 | 0 | 10 | 11010110 | 1011010 | 1010000 |
Color Harmonies of #9DC6FA
Complementary color
Monochromatic Colors of #9DC6FA
Black with #9DC6FA
Text Example
Text Example
White with #9DC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC6FA; }
p { color: rgb(157,198,250); }
H1.HeaderClassName
{
color: #9DC6FA;
}
.AnyTagClassName
{
color: #9DC6FA;
}
</style>
background-color css
<style>
a { background-color: #9DC6FA; }
a { background-color: rgb(157,198,250); }
div.DivClassName
{
background-color: #9DC6FA;
}
.BgClassName
{
background-color: #9DC6FA;
}
</style>
border-color css
<style>
span { border-color: #9DC6FA; }
span { border-color: rgb(157,198,250); }
td.TdClassName
{
border-color: #9DC6FA;
}
.TagClassName
{
border-color: #9DC6FA;
}
</style>