Html Css Color HEX #9DBEFE Pale Cornflower Blue
📋 copy color: '#9DBEFE'red 157 ◦ green 190 ◦ blue 254
Shades of Pale Cornflower Blue #9DBEFE
Tints of Pale Cornflower Blue #9DBEFE
RGB
CMYK
RGB Variations
Color information
#9DBEFE (or 0x9DBEFE) is known color: Pale Cornflower Blue. HEX triplet: 9D, BE and FE. RGB value is (157,190,254). Sum of RGB (Red+Green+Blue) = 157+190+254=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBEFE is #624101. Grayscale: #BBBBBB. Windows color (decimal): -6439170 or 16694941. OLE color: 16694941.
HSL color Cylindrical-coordinate representation of color #9DBEFE: hue angle of 219.59º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DBEFE is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 190 | 254 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.00 |
| HSL | 219.59º | 0.98% | 0.81% | - |
| HSV(B) | 219.59º | 0.38% | 1% | - |
| XYZ | 50.21 | 51.15 | 100.99 | - |
| YUV | 187.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 254 | 0.38 | 0.25 | 0 | 0.00 | 219.59 | 0.98 | 0.81 |
| Hex | 9D | BE | FE | 26 | 19 | 0 | 0 | DC | 62 | 51 |
| Octal | 235 | 276 | 376 | 46 | 31 | 0 | 0 | 334 | 142 | 121 |
| Binary | 10011101 | 10111110 | 11111110 | 100110 | 11001 | 0 | 0 | 11011100 | 1100010 | 1010001 |
Color Harmonies of #9DBEFE
Complementary color
Monochromatic Colors of #9DBEFE
Black with #9DBEFE
Text Example
Text Example
White with #9DBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEFE; }
p { color: rgb(157,190,254); }
H1.HeaderClassName
{
color: #9DBEFE;
}
.AnyTagClassName
{
color: #9DBEFE;
}
</style>
background-color css
<style>
a { background-color: #9DBEFE; }
a { background-color: rgb(157,190,254); }
div.DivClassName
{
background-color: #9DBEFE;
}
.BgClassName
{
background-color: #9DBEFE;
}
</style>
border-color css
<style>
span { border-color: #9DBEFE; }
span { border-color: rgb(157,190,254); }
td.TdClassName
{
border-color: #9DBEFE;
}
.TagClassName
{
border-color: #9DBEFE;
}
</style>