Html Css Color HEX #9DC8FB Pale Cornflower Blue
📋 copy color: '#9DC8FB'red 157 ◦ green 200 ◦ blue 251
Shades of Pale Cornflower Blue #9DC8FB
Tints of Pale Cornflower Blue #9DC8FB
RGB
CMYK
RGB Variations
Color information
#9DC8FB (or 0x9DC8FB) is known color: Pale Cornflower Blue. HEX triplet: 9D, C8 and FB. RGB value is (157,200,251). Sum of RGB (Red+Green+Blue) = 157+200+251=608 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.82% from 608); Green value is 200 (78.52% from 255 or 32.89% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DC8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC8FB is #623704. Grayscale: #C0C0C0. Windows color (decimal): -6436613 or 16500893. OLE color: 16500893.
HSL color Cylindrical-coordinate representation of color #9DC8FB: hue angle of 212.55º degrees, saturation: 0.92, 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 #9DC8FB is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 200 | 251 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.02 |
| HSL | 212.55º | 0.92% | 0.8% | - |
| HSV(B) | 212.55º | 0.37% | 0.98% | - |
| XYZ | 51.97 | 55.44 | 99.23 | - |
| YUV | 192.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 251 | 0.37 | 0.20 | 0 | 0.02 | 212.55 | 0.92 | 0.8 |
| Hex | 9D | C8 | FB | 25 | 14 | 0 | 2 | D5 | 5C | 50 |
| Octal | 235 | 310 | 373 | 45 | 24 | 0 | 2 | 325 | 134 | 120 |
| Binary | 10011101 | 11001000 | 11111011 | 100101 | 10100 | 0 | 10 | 11010101 | 1011100 | 1010000 |
Color Harmonies of #9DC8FB
Complementary color
Monochromatic Colors of #9DC8FB
Black with #9DC8FB
Text Example
Text Example
White with #9DC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC8FB; }
p { color: rgb(157,200,251); }
H1.HeaderClassName
{
color: #9DC8FB;
}
.AnyTagClassName
{
color: #9DC8FB;
}
</style>
background-color css
<style>
a { background-color: #9DC8FB; }
a { background-color: rgb(157,200,251); }
div.DivClassName
{
background-color: #9DC8FB;
}
.BgClassName
{
background-color: #9DC8FB;
}
</style>
border-color css
<style>
span { border-color: #9DC8FB; }
span { border-color: rgb(157,200,251); }
td.TdClassName
{
border-color: #9DC8FB;
}
.TagClassName
{
border-color: #9DC8FB;
}
</style>