Html Css Color HEX #99BEFB Pale Cornflower Blue
📋 copy color: '#99BEFB'red 153 ◦ green 190 ◦ blue 251
Shades of Pale Cornflower Blue #99BEFB
Tints of Pale Cornflower Blue #99BEFB
RGB
CMYK
RGB Variations
Color information
#99BEFB (or 0x99BEFB) is known color: Pale Cornflower Blue. HEX triplet: 99, BE and FB. RGB value is (153,190,251). Sum of RGB (Red+Green+Blue) = 153+190+251=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #99BEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BEFB is #664104. Grayscale: #B9B9B9. Windows color (decimal): -6701317 or 16498329. OLE color: 16498329.
HSL color Cylindrical-coordinate representation of color #99BEFB: hue angle of 217.35º degrees, saturation: 0.92, 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 #99BEFB is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 190 | 251 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.02 |
| HSL | 217.35º | 0.92% | 0.79% | - |
| HSV(B) | 217.35º | 0.39% | 0.98% | - |
| XYZ | 48.96 | 50.56 | 98.45 | - |
| YUV | 185.89 | 164.74 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 251 | 0.39 | 0.24 | 0 | 0.02 | 217.35 | 0.92 | 0.79 |
| Hex | 99 | BE | FB | 27 | 18 | 0 | 2 | D9 | 5C | 4F |
| Octal | 231 | 276 | 373 | 47 | 30 | 0 | 2 | 331 | 134 | 117 |
| Binary | 10011001 | 10111110 | 11111011 | 100111 | 11000 | 0 | 10 | 11011001 | 1011100 | 1001111 |
Color Harmonies of #99BEFB
Complementary color
Monochromatic Colors of #99BEFB
Black with #99BEFB
Text Example
Text Example
White with #99BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BEFB; }
p { color: rgb(153,190,251); }
H1.HeaderClassName
{
color: #99BEFB;
}
.AnyTagClassName
{
color: #99BEFB;
}
</style>
background-color css
<style>
a { background-color: #99BEFB; }
a { background-color: rgb(153,190,251); }
div.DivClassName
{
background-color: #99BEFB;
}
.BgClassName
{
background-color: #99BEFB;
}
</style>
border-color css
<style>
span { border-color: #99BEFB; }
span { border-color: rgb(153,190,251); }
td.TdClassName
{
border-color: #99BEFB;
}
.TagClassName
{
border-color: #99BEFB;
}
</style>