Html Css Color HEX #9DC5FD Pale Cornflower Blue
📋 copy color: '#9DC5FD'red 157 ◦ green 197 ◦ blue 253
Shades of Pale Cornflower Blue #9DC5FD
Tints of Pale Cornflower Blue #9DC5FD
RGB
CMYK
RGB Variations
Color information
#9DC5FD (or 0x9DC5FD) is known color: Pale Cornflower Blue. HEX triplet: 9D, C5 and FD. RGB value is (157,197,253). Sum of RGB (Red+Green+Blue) = 157+197+253=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DC5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC5FD is #623A02. Grayscale: #BFBFBF. Windows color (decimal): -6437379 or 16631197. OLE color: 16631197.
HSL color Cylindrical-coordinate representation of color #9DC5FD: hue angle of 215º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DC5FD is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 157 | 197 | 253 | - |
CMYK | 0.38 | 0.22 | 0 | 0.01 |
HSL | 215º | 0.96% | 0.8% | - |
HSV(B) | 215º | 0.38% | 0.99% | - |
XYZ | 51.6 | 54.19 | 100.67 | - |
YUV | 191.42 | 162.75 | 103.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 197 | 253 | 0.38 | 0.22 | 0 | 0.01 | 215 | 0.96 | 0.8 |
Hex | 9D | C5 | FD | 26 | 16 | 0 | 1 | D7 | 60 | 50 |
Octal | 235 | 305 | 375 | 46 | 26 | 0 | 1 | 327 | 140 | 120 |
Binary | 10011101 | 11000101 | 11111101 | 100110 | 10110 | 0 | 1 | 11010111 | 1100000 | 1010000 |
Color Harmonies of #9DC5FD
Complementary color
Monochromatic Colors of #9DC5FD
Black with #9DC5FD
Text Example
Text Example
White with #9DC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC5FD; }
p { color: rgb(157,197,253); }
H1.HeaderClassName
{
color: #9DC5FD;
}
.AnyTagClassName
{
color: #9DC5FD;
}
</style>
background-color css
<style>
a { background-color: #9DC5FD; }
a { background-color: rgb(157,197,253); }
div.DivClassName
{
background-color: #9DC5FD;
}
.BgClassName
{
background-color: #9DC5FD;
}
</style>
border-color css
<style>
span { border-color: #9DC5FD; }
span { border-color: rgb(157,197,253); }
td.TdClassName
{
border-color: #9DC5FD;
}
.TagClassName
{
border-color: #9DC5FD;
}
</style>