Html Css Color HEX #9DC0FF Pale Cornflower Blue
📋 copy color: '#9DC0FF'red 157 ◦ green 192 ◦ blue 255
Shades of Pale Cornflower Blue #9DC0FF
Tints of Pale Cornflower Blue #9DC0FF
RGB
CMYK
RGB Variations
Color information
#9DC0FF (or 0x9DC0FF) is known color: Pale Cornflower Blue. HEX triplet: 9D, C0 and FF. RGB value is (157,192,255). Sum of RGB (Red+Green+Blue) = 157+192+255=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DC0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC0FF is #623F00. Grayscale: #BCBCBC. Windows color (decimal): -6438657 or 16760989. OLE color: 16760989.
HSL color Cylindrical-coordinate representation of color #9DC0FF: hue angle of 218.57º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DC0FF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 192 | 255 | - |
| CMYK | 0.38 | 0.25 | 0 | 0 |
| HSL | 218.57º | 1% | 0.81% | - |
| HSV(B) | 218.57º | 0.38% | 1% | - |
| XYZ | 50.8 | 52.09 | 101.98 | - |
| YUV | 188.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 255 | 0.38 | 0.25 | 0 | 0 | 218.57 | 1 | 0.81 |
| Hex | 9D | C0 | FF | 26 | 19 | 0 | 0 | DB | 64 | 51 |
| Octal | 235 | 300 | 377 | 46 | 31 | 0 | 0 | 333 | 144 | 121 |
| Binary | 10011101 | 11000000 | 11111111 | 100110 | 11001 | 0 | 0 | 11011011 | 1100100 | 1010001 |
Color Harmonies of #9DC0FF
Complementary color
Monochromatic Colors of #9DC0FF
Black with #9DC0FF
Text Example
Text Example
White with #9DC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC0FF; }
p { color: rgb(157,192,255); }
H1.HeaderClassName
{
color: #9DC0FF;
}
.AnyTagClassName
{
color: #9DC0FF;
}
</style>
background-color css
<style>
a { background-color: #9DC0FF; }
a { background-color: rgb(157,192,255); }
div.DivClassName
{
background-color: #9DC0FF;
}
.BgClassName
{
background-color: #9DC0FF;
}
</style>
border-color css
<style>
span { border-color: #9DC0FF; }
span { border-color: rgb(157,192,255); }
td.TdClassName
{
border-color: #9DC0FF;
}
.TagClassName
{
border-color: #9DC0FF;
}
</style>