Html Css Color HEX #9DCBFF Pale Cornflower Blue
📋 copy color: '#9DCBFF'red 157 ◦ green 203 ◦ blue 255
Shades of Pale Cornflower Blue #9DCBFF
Tints of Pale Cornflower Blue #9DCBFF
RGB
CMYK
RGB Variations
Color information
#9DCBFF (or 0x9DCBFF) is known color: Pale Cornflower Blue. HEX triplet: 9D, CB and FF. RGB value is (157,203,255). Sum of RGB (Red+Green+Blue) = 157+203+255=615 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.53% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DCBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCBFF is #623400. Grayscale: #C2C2C2. Windows color (decimal): -6435841 or 16763805. OLE color: 16763805.
HSL color Cylindrical-coordinate representation of color #9DCBFF: hue angle of 211.84º 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 #9DCBFF is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 203 | 255 | - |
| CMYK | 0.38 | 0.20 | 0 | 0 |
| HSL | 211.84º | 1% | 0.81% | - |
| HSV(B) | 211.84º | 0.38% | 1% | - |
| XYZ | 53.31 | 57.1 | 102.82 | - |
| YUV | 195.17 | 161.76 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 255 | 0.38 | 0.20 | 0 | 0 | 211.84 | 1 | 0.81 |
| Hex | 9D | CB | FF | 26 | 14 | 0 | 0 | D4 | 64 | 51 |
| Octal | 235 | 313 | 377 | 46 | 24 | 0 | 0 | 324 | 144 | 121 |
| Binary | 10011101 | 11001011 | 11111111 | 100110 | 10100 | 0 | 0 | 11010100 | 1100100 | 1010001 |
Color Harmonies of #9DCBFF
Complementary color
Monochromatic Colors of #9DCBFF
Black with #9DCBFF
Text Example
Text Example
White with #9DCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBFF; }
p { color: rgb(157,203,255); }
H1.HeaderClassName
{
color: #9DCBFF;
}
.AnyTagClassName
{
color: #9DCBFF;
}
</style>
background-color css
<style>
a { background-color: #9DCBFF; }
a { background-color: rgb(157,203,255); }
div.DivClassName
{
background-color: #9DCBFF;
}
.BgClassName
{
background-color: #9DCBFF;
}
</style>
border-color css
<style>
span { border-color: #9DCBFF; }
span { border-color: rgb(157,203,255); }
td.TdClassName
{
border-color: #9DCBFF;
}
.TagClassName
{
border-color: #9DCBFF;
}
</style>