Html Css Color HEX #96BEF7 Pale Cornflower Blue
📋 copy color: '#96BEF7'red 150 ◦ green 190 ◦ blue 247
Shades of Pale Cornflower Blue #96BEF7
Tints of Pale Cornflower Blue #96BEF7
RGB
CMYK
RGB Variations
Color information
#96BEF7 (or 0x96BEF7) is known color: Pale Cornflower Blue. HEX triplet: 96, BE and F7. RGB value is (150,190,247). Sum of RGB (Red+Green+Blue) = 150+190+247=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 247 - color contains mainly: blue. Hex color #96BEF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BEF7 is #694108. Grayscale: #B8B8B8. Windows color (decimal): -6897929 or 16236182. OLE color: 16236182.
HSL color Cylindrical-coordinate representation of color #96BEF7: hue angle of 215.26º 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 #96BEF7 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 190 | 247 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.03 |
| HSL | 215.26º | 0.86% | 0.78% | - |
| HSV(B) | 215.26º | 0.39% | 0.97% | - |
| XYZ | 47.78 | 50.03 | 95.13 | - |
| YUV | 184.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 247 | 0.39 | 0.23 | 0 | 0.03 | 215.26 | 0.86 | 0.78 |
| Hex | 96 | BE | F7 | 27 | 17 | 0 | 3 | D7 | 56 | 4E |
| Octal | 226 | 276 | 367 | 47 | 27 | 0 | 3 | 327 | 126 | 116 |
| Binary | 10010110 | 10111110 | 11110111 | 100111 | 10111 | 0 | 11 | 11010111 | 1010110 | 1001110 |
Color Harmonies of #96BEF7
Complementary color
Monochromatic Colors of #96BEF7
Black with #96BEF7
Text Example
Text Example
White with #96BEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BEF7; }
p { color: rgb(150,190,247); }
H1.HeaderClassName
{
color: #96BEF7;
}
.AnyTagClassName
{
color: #96BEF7;
}
</style>
background-color css
<style>
a { background-color: #96BEF7; }
a { background-color: rgb(150,190,247); }
div.DivClassName
{
background-color: #96BEF7;
}
.BgClassName
{
background-color: #96BEF7;
}
</style>
border-color css
<style>
span { border-color: #96BEF7; }
span { border-color: rgb(150,190,247); }
td.TdClassName
{
border-color: #96BEF7;
}
.TagClassName
{
border-color: #96BEF7;
}
</style>