Html Css Color HEX #97BEF7 Pale Cornflower Blue
📋 copy color: '#97BEF7'red 151 ◦ green 190 ◦ blue 247
Shades of Pale Cornflower Blue #97BEF7
Tints of Pale Cornflower Blue #97BEF7
RGB
CMYK
RGB Variations
Color information
#97BEF7 (or 0x97BEF7) is known color: Pale Cornflower Blue. HEX triplet: 97, BE and F7. RGB value is (151,190,247). Sum of RGB (Red+Green+Blue) = 151+190+247=588 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.68% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 247 (96.88% from 255 or 42.01% from 588); Max value from RGB is 247 - color contains mainly: blue. Hex color #97BEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BEF7 is #684108. Grayscale: #B8B8B8. Windows color (decimal): -6832393 or 16236183. OLE color: 16236183.
HSL color Cylindrical-coordinate representation of color #97BEF7: hue angle of 215.62º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97BEF7 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 190 | 247 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.03 |
| HSL | 215.63º | 0.86% | 0.78% | - |
| HSV(B) | 215.63º | 0.39% | 0.97% | - |
| XYZ | 47.96 | 50.12 | 95.14 | - |
| YUV | 184.84 | 163.08 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 190 | 247 | 0.39 | 0.23 | 0 | 0.03 | 215.63 | 0.86 | 0.78 |
| Hex | 97 | BE | F7 | 27 | 17 | 0 | 3 | D8 | 56 | 4E |
| Octal | 227 | 276 | 367 | 47 | 27 | 0 | 3 | 330 | 126 | 116 |
| Binary | 10010111 | 10111110 | 11110111 | 100111 | 10111 | 0 | 11 | 11011000 | 1010110 | 1001110 |
Color Harmonies of #97BEF7
Complementary color
Monochromatic Colors of #97BEF7
Black with #97BEF7
Text Example
Text Example
White with #97BEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BEF7; }
p { color: rgb(151,190,247); }
H1.HeaderClassName
{
color: #97BEF7;
}
.AnyTagClassName
{
color: #97BEF7;
}
</style>
background-color css
<style>
a { background-color: #97BEF7; }
a { background-color: rgb(151,190,247); }
div.DivClassName
{
background-color: #97BEF7;
}
.BgClassName
{
background-color: #97BEF7;
}
</style>
border-color css
<style>
span { border-color: #97BEF7; }
span { border-color: rgb(151,190,247); }
td.TdClassName
{
border-color: #97BEF7;
}
.TagClassName
{
border-color: #97BEF7;
}
</style>