Html Css Color HEX #9DBEFF Pale Cornflower Blue
📋 copy color: '#9DBEFF'red 157 ◦ green 190 ◦ blue 255
Shades of Pale Cornflower Blue #9DBEFF
Tints of Pale Cornflower Blue #9DBEFF
RGB
CMYK
RGB Variations
Color information
#9DBEFF (or 0x9DBEFF) is known color: Pale Cornflower Blue. HEX triplet: 9D, BE and FF. RGB value is (157,190,255). Sum of RGB (Red+Green+Blue) = 157+190+255=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DBEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBEFF is #624100. Grayscale: #BBBBBB. Windows color (decimal): -6439169 or 16760477. OLE color: 16760477.
HSL color Cylindrical-coordinate representation of color #9DBEFF: hue angle of 219.8º 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 #9DBEFF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 190 | 255 | - |
| CMYK | 0.38 | 0.25 | 0 | 0 |
| HSL | 219.8º | 1% | 0.81% | - |
| HSV(B) | 219.8º | 0.38% | 1% | - |
| XYZ | 50.37 | 51.22 | 101.84 | - |
| YUV | 187.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 255 | 0.38 | 0.25 | 0 | 0 | 219.8 | 1 | 0.81 |
| Hex | 9D | BE | FF | 26 | 19 | 0 | 0 | DC | 64 | 51 |
| Octal | 235 | 276 | 377 | 46 | 31 | 0 | 0 | 334 | 144 | 121 |
| Binary | 10011101 | 10111110 | 11111111 | 100110 | 11001 | 0 | 0 | 11011100 | 1100100 | 1010001 |
Color Harmonies of #9DBEFF
Complementary color
Monochromatic Colors of #9DBEFF
Black with #9DBEFF
Text Example
Text Example
White with #9DBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBEFF; }
p { color: rgb(157,190,255); }
H1.HeaderClassName
{
color: #9DBEFF;
}
.AnyTagClassName
{
color: #9DBEFF;
}
</style>
background-color css
<style>
a { background-color: #9DBEFF; }
a { background-color: rgb(157,190,255); }
div.DivClassName
{
background-color: #9DBEFF;
}
.BgClassName
{
background-color: #9DBEFF;
}
</style>
border-color css
<style>
span { border-color: #9DBEFF; }
span { border-color: rgb(157,190,255); }
td.TdClassName
{
border-color: #9DBEFF;
}
.TagClassName
{
border-color: #9DBEFF;
}
</style>