Html Css Color HEX #97BEF5 Pale Cornflower Blue
📋 copy color: '#97BEF5'red 151 ◦ green 190 ◦ blue 245
Shades of Pale Cornflower Blue #97BEF5
Tints of Pale Cornflower Blue #97BEF5
RGB
CMYK
RGB Variations
Color information
#97BEF5 (or 0x97BEF5) is known color: Pale Cornflower Blue. HEX triplet: 97, BE and F5. RGB value is (151,190,245). Sum of RGB (Red+Green+Blue) = 151+190+245=586 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.77% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #97BEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BEF5 is #68410A. Grayscale: #B8B8B8. Windows color (decimal): -6832395 or 16105111. OLE color: 16105111.
HSL color Cylindrical-coordinate representation of color #97BEF5: hue angle of 215.11º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97BEF5 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 190 | 245 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.04 |
| HSL | 215.11º | 0.82% | 0.78% | - |
| HSV(B) | 215.11º | 0.38% | 0.96% | - |
| XYZ | 47.66 | 50 | 93.53 | - |
| YUV | 184.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 190 | 245 | 0.38 | 0.22 | 0 | 0.04 | 215.11 | 0.82 | 0.78 |
| Hex | 97 | BE | F5 | 26 | 16 | 0 | 4 | D7 | 52 | 4E |
| Octal | 227 | 276 | 365 | 46 | 26 | 0 | 4 | 327 | 122 | 116 |
| Binary | 10010111 | 10111110 | 11110101 | 100110 | 10110 | 0 | 100 | 11010111 | 1010010 | 1001110 |
Color Harmonies of #97BEF5
Complementary color
Monochromatic Colors of #97BEF5
Black with #97BEF5
Text Example
Text Example
White with #97BEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BEF5; }
p { color: rgb(151,190,245); }
H1.HeaderClassName
{
color: #97BEF5;
}
.AnyTagClassName
{
color: #97BEF5;
}
</style>
background-color css
<style>
a { background-color: #97BEF5; }
a { background-color: rgb(151,190,245); }
div.DivClassName
{
background-color: #97BEF5;
}
.BgClassName
{
background-color: #97BEF5;
}
</style>
border-color css
<style>
span { border-color: #97BEF5; }
span { border-color: rgb(151,190,245); }
td.TdClassName
{
border-color: #97BEF5;
}
.TagClassName
{
border-color: #97BEF5;
}
</style>