Html Css Color HEX #99BEF1 Pale Cornflower Blue
📋 copy color: '#99BEF1'red 153 ◦ green 190 ◦ blue 241
Shades of Pale Cornflower Blue #99BEF1
Tints of Pale Cornflower Blue #99BEF1
RGB
CMYK
RGB Variations
Color information
#99BEF1 (or 0x99BEF1) is known color: Pale Cornflower Blue. HEX triplet: 99, BE and F1. RGB value is (153,190,241). Sum of RGB (Red+Green+Blue) = 153+190+241=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #99BEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BEF1 is #66410E. Grayscale: #B8B8B8. Windows color (decimal): -6701327 or 15842969. OLE color: 15842969.
HSL color Cylindrical-coordinate representation of color #99BEF1: hue angle of 214.77º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99BEF1 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 190 | 241 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.05 |
| HSL | 214.77º | 0.76% | 0.77% | - |
| HSV(B) | 214.77º | 0.37% | 0.95% | - |
| XYZ | 47.43 | 49.95 | 90.36 | - |
| YUV | 184.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 241 | 0.37 | 0.21 | 0 | 0.05 | 214.77 | 0.76 | 0.77 |
| Hex | 99 | BE | F1 | 25 | 15 | 0 | 5 | D7 | 4C | 4D |
| Octal | 231 | 276 | 361 | 45 | 25 | 0 | 5 | 327 | 114 | 115 |
| Binary | 10011001 | 10111110 | 11110001 | 100101 | 10101 | 0 | 101 | 11010111 | 1001100 | 1001101 |
Color Harmonies of #99BEF1
Complementary color
Monochromatic Colors of #99BEF1
Black with #99BEF1
Text Example
Text Example
White with #99BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BEF1; }
p { color: rgb(153,190,241); }
H1.HeaderClassName
{
color: #99BEF1;
}
.AnyTagClassName
{
color: #99BEF1;
}
</style>
background-color css
<style>
a { background-color: #99BEF1; }
a { background-color: rgb(153,190,241); }
div.DivClassName
{
background-color: #99BEF1;
}
.BgClassName
{
background-color: #99BEF1;
}
</style>
border-color css
<style>
span { border-color: #99BEF1; }
span { border-color: rgb(153,190,241); }
td.TdClassName
{
border-color: #99BEF1;
}
.TagClassName
{
border-color: #99BEF1;
}
</style>