Html Css Color HEX #9DC1FF Pale Cornflower Blue
📋 copy color: '#9DC1FF'red 157 ◦ green 193 ◦ blue 255
Shades of Pale Cornflower Blue #9DC1FF
Tints of Pale Cornflower Blue #9DC1FF
RGB
CMYK
RGB Variations
Color information
#9DC1FF (or 0x9DC1FF) is known color: Pale Cornflower Blue. HEX triplet: 9D, C1 and FF. RGB value is (157,193,255). Sum of RGB (Red+Green+Blue) = 157+193+255=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DC1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC1FF is #623E00. Grayscale: #BDBDBD. Windows color (decimal): -6438401 or 16761245. OLE color: 16761245.
HSL color Cylindrical-coordinate representation of color #9DC1FF: hue angle of 217.96º 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 #9DC1FF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 193 | 255 | - |
| CMYK | 0.38 | 0.24 | 0 | 0 |
| HSL | 217.96º | 1% | 0.81% | - |
| HSV(B) | 217.96º | 0.38% | 1% | - |
| XYZ | 51.02 | 52.53 | 102.06 | - |
| YUV | 189.3 | 165.07 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 255 | 0.38 | 0.24 | 0 | 0 | 217.96 | 1 | 0.81 |
| Hex | 9D | C1 | FF | 26 | 18 | 0 | 0 | DA | 64 | 51 |
| Octal | 235 | 301 | 377 | 46 | 30 | 0 | 0 | 332 | 144 | 121 |
| Binary | 10011101 | 11000001 | 11111111 | 100110 | 11000 | 0 | 0 | 11011010 | 1100100 | 1010001 |
Color Harmonies of #9DC1FF
Complementary color
Monochromatic Colors of #9DC1FF
Black with #9DC1FF
Text Example
Text Example
White with #9DC1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC1FF; }
p { color: rgb(157,193,255); }
H1.HeaderClassName
{
color: #9DC1FF;
}
.AnyTagClassName
{
color: #9DC1FF;
}
</style>
background-color css
<style>
a { background-color: #9DC1FF; }
a { background-color: rgb(157,193,255); }
div.DivClassName
{
background-color: #9DC1FF;
}
.BgClassName
{
background-color: #9DC1FF;
}
</style>
border-color css
<style>
span { border-color: #9DC1FF; }
span { border-color: rgb(157,193,255); }
td.TdClassName
{
border-color: #9DC1FF;
}
.TagClassName
{
border-color: #9DC1FF;
}
</style>