Html Css Color HEX #99BFFA Pale Cornflower Blue
📋 copy color: '#99BFFA'red 153 ◦ green 191 ◦ blue 250
Shades of Pale Cornflower Blue #99BFFA
Tints of Pale Cornflower Blue #99BFFA
RGB
CMYK
RGB Variations
Color information
#99BFFA (or 0x99BFFA) is known color: Pale Cornflower Blue. HEX triplet: 99, BF and FA. RGB value is (153,191,250). Sum of RGB (Red+Green+Blue) = 153+191+250=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #99BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BFFA is #664005. Grayscale: #BABABA. Windows color (decimal): -6701062 or 16433049. OLE color: 16433049.
HSL color Cylindrical-coordinate representation of color #99BFFA: hue angle of 216.49º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99BFFA is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 191 | 250 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.02 |
| HSL | 216.49º | 0.91% | 0.79% | - |
| HSV(B) | 216.49º | 0.39% | 0.98% | - |
| XYZ | 49.02 | 50.94 | 97.69 | - |
| YUV | 186.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 250 | 0.39 | 0.24 | 0 | 0.02 | 216.49 | 0.91 | 0.79 |
| Hex | 99 | BF | FA | 27 | 18 | 0 | 2 | D8 | 5B | 4F |
| Octal | 231 | 277 | 372 | 47 | 30 | 0 | 2 | 330 | 133 | 117 |
| Binary | 10011001 | 10111111 | 11111010 | 100111 | 11000 | 0 | 10 | 11011000 | 1011011 | 1001111 |
Color Harmonies of #99BFFA
Complementary color
Monochromatic Colors of #99BFFA
Black with #99BFFA
Text Example
Text Example
White with #99BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BFFA; }
p { color: rgb(153,191,250); }
H1.HeaderClassName
{
color: #99BFFA;
}
.AnyTagClassName
{
color: #99BFFA;
}
</style>
background-color css
<style>
a { background-color: #99BFFA; }
a { background-color: rgb(153,191,250); }
div.DivClassName
{
background-color: #99BFFA;
}
.BgClassName
{
background-color: #99BFFA;
}
</style>
border-color css
<style>
span { border-color: #99BFFA; }
span { border-color: rgb(153,191,250); }
td.TdClassName
{
border-color: #99BFFA;
}
.TagClassName
{
border-color: #99BFFA;
}
</style>