Html Css Color HEX #9DCBFD Pale Cornflower Blue
📋 copy color: '#9DCBFD'red 157 ◦ green 203 ◦ blue 253
Shades of Pale Cornflower Blue #9DCBFD
Tints of Pale Cornflower Blue #9DCBFD
RGB
CMYK
RGB Variations
Color information
#9DCBFD (or 0x9DCBFD) is known color: Pale Cornflower Blue. HEX triplet: 9D, CB and FD. RGB value is (157,203,253). Sum of RGB (Red+Green+Blue) = 157+203+253=613 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.61% from 613); Green value is 203 (79.69% from 255 or 33.12% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DCBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBFD is #623402. Grayscale: #C2C2C2. Windows color (decimal): -6435843 or 16632733. OLE color: 16632733.
HSL color Cylindrical-coordinate representation of color #9DCBFD: hue angle of 211.25º 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 #9DCBFD is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 203 | 253 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.01 |
| HSL | 211.25º | 0.96% | 0.8% | - |
| HSV(B) | 211.25º | 0.38% | 0.99% | - |
| XYZ | 52.99 | 56.97 | 101.13 | - |
| YUV | 194.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 253 | 0.38 | 0.20 | 0 | 0.01 | 211.25 | 0.96 | 0.8 |
| Hex | 9D | CB | FD | 26 | 14 | 0 | 1 | D3 | 60 | 50 |
| Octal | 235 | 313 | 375 | 46 | 24 | 0 | 1 | 323 | 140 | 120 |
| Binary | 10011101 | 11001011 | 11111101 | 100110 | 10100 | 0 | 1 | 11010011 | 1100000 | 1010000 |
Color Harmonies of #9DCBFD
Complementary color
Monochromatic Colors of #9DCBFD
Black with #9DCBFD
Text Example
Text Example
White with #9DCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBFD; }
p { color: rgb(157,203,253); }
H1.HeaderClassName
{
color: #9DCBFD;
}
.AnyTagClassName
{
color: #9DCBFD;
}
</style>
background-color css
<style>
a { background-color: #9DCBFD; }
a { background-color: rgb(157,203,253); }
div.DivClassName
{
background-color: #9DCBFD;
}
.BgClassName
{
background-color: #9DCBFD;
}
</style>
border-color css
<style>
span { border-color: #9DCBFD; }
span { border-color: rgb(157,203,253); }
td.TdClassName
{
border-color: #9DCBFD;
}
.TagClassName
{
border-color: #9DCBFD;
}
</style>