Html Css Color HEX #9DCBFC Pale Cornflower Blue
📋 copy color: '#9DCBFC'red 157 ◦ green 203 ◦ blue 252
Shades of Pale Cornflower Blue #9DCBFC
Tints of Pale Cornflower Blue #9DCBFC
RGB
CMYK
RGB Variations
Color information
#9DCBFC (or 0x9DCBFC) is known color: Pale Cornflower Blue. HEX triplet: 9D, CB and FC. RGB value is (157,203,252). Sum of RGB (Red+Green+Blue) = 157+203+252=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #9DCBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBFC is #623403. Grayscale: #C2C2C2. Windows color (decimal): -6435844 or 16567197. OLE color: 16567197.
HSL color Cylindrical-coordinate representation of color #9DCBFC: hue angle of 210.95º degrees, saturation: 0.94, 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 #9DCBFC is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 203 | 252 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.01 |
| HSL | 210.95º | 0.94% | 0.8% | - |
| HSV(B) | 210.95º | 0.38% | 0.99% | - |
| XYZ | 52.83 | 56.91 | 100.3 | - |
| YUV | 194.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 252 | 0.38 | 0.19 | 0 | 0.01 | 210.95 | 0.94 | 0.8 |
| Hex | 9D | CB | FC | 26 | 13 | 0 | 1 | D3 | 5E | 50 |
| Octal | 235 | 313 | 374 | 46 | 23 | 0 | 1 | 323 | 136 | 120 |
| Binary | 10011101 | 11001011 | 11111100 | 100110 | 10011 | 0 | 1 | 11010011 | 1011110 | 1010000 |
Color Harmonies of #9DCBFC
Complementary color
Monochromatic Colors of #9DCBFC
Black with #9DCBFC
Text Example
Text Example
White with #9DCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBFC; }
p { color: rgb(157,203,252); }
H1.HeaderClassName
{
color: #9DCBFC;
}
.AnyTagClassName
{
color: #9DCBFC;
}
</style>
background-color css
<style>
a { background-color: #9DCBFC; }
a { background-color: rgb(157,203,252); }
div.DivClassName
{
background-color: #9DCBFC;
}
.BgClassName
{
background-color: #9DCBFC;
}
</style>
border-color css
<style>
span { border-color: #9DCBFC; }
span { border-color: rgb(157,203,252); }
td.TdClassName
{
border-color: #9DCBFC;
}
.TagClassName
{
border-color: #9DCBFC;
}
</style>