Html Css Color HEX #99BFFE Pale Cornflower Blue
📋 copy color: '#99BFFE'red 153 ◦ green 191 ◦ blue 254
Shades of Pale Cornflower Blue #99BFFE
Tints of Pale Cornflower Blue #99BFFE
RGB
CMYK
RGB Variations
Color information
#99BFFE (or 0x99BFFE) is known color: Pale Cornflower Blue. HEX triplet: 99, BF and FE. RGB value is (153,191,254). Sum of RGB (Red+Green+Blue) = 153+191+254=598 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.59% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #99BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BFFE is #664001. Grayscale: #BABABA. Windows color (decimal): -6701058 or 16695193. OLE color: 16695193.
HSL color Cylindrical-coordinate representation of color #99BFFE: hue angle of 217.43º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BFFE is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 191 | 254 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.00 |
| HSL | 217.43º | 0.98% | 0.8% | - |
| HSV(B) | 217.43º | 0.4% | 1% | - |
| XYZ | 49.66 | 51.19 | 101.03 | - |
| YUV | 186.82 | 165.91 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 254 | 0.40 | 0.25 | 0 | 0.00 | 217.43 | 0.98 | 0.8 |
| Hex | 99 | BF | FE | 28 | 19 | 0 | 0 | D9 | 62 | 50 |
| Octal | 231 | 277 | 376 | 50 | 31 | 0 | 0 | 331 | 142 | 120 |
| Binary | 10011001 | 10111111 | 11111110 | 101000 | 11001 | 0 | 0 | 11011001 | 1100010 | 1010000 |
Color Harmonies of #99BFFE
Complementary color
Monochromatic Colors of #99BFFE
Black with #99BFFE
Text Example
Text Example
White with #99BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFFE; }
p { color: rgb(153,191,254); }
H1.HeaderClassName
{
color: #99BFFE;
}
.AnyTagClassName
{
color: #99BFFE;
}
</style>
background-color css
<style>
a { background-color: #99BFFE; }
a { background-color: rgb(153,191,254); }
div.DivClassName
{
background-color: #99BFFE;
}
.BgClassName
{
background-color: #99BFFE;
}
</style>
border-color css
<style>
span { border-color: #99BFFE; }
span { border-color: rgb(153,191,254); }
td.TdClassName
{
border-color: #99BFFE;
}
.TagClassName
{
border-color: #99BFFE;
}
</style>