Html Css Color HEX #99BDF5 Pale Cornflower Blue
📋 copy color: '#99BDF5'red 153 ◦ green 189 ◦ blue 245
Shades of Pale Cornflower Blue #99BDF5
Tints of Pale Cornflower Blue #99BDF5
RGB
CMYK
RGB Variations
Color information
#99BDF5 (or 0x99BDF5) is known color: Pale Cornflower Blue. HEX triplet: 99, BD and F5. RGB value is (153,189,245). Sum of RGB (Red+Green+Blue) = 153+189+245=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #99BDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99BDF5 is #66420A. Grayscale: #B8B8B8. Windows color (decimal): -6701579 or 16104857. OLE color: 16104857.
HSL color Cylindrical-coordinate representation of color #99BDF5: hue angle of 216.52º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99BDF5 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 189 | 245 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.04 |
| HSL | 216.52º | 0.82% | 0.78% | - |
| HSV(B) | 216.52º | 0.38% | 0.96% | - |
| XYZ | 47.82 | 49.76 | 93.47 | - |
| YUV | 184.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 245 | 0.38 | 0.23 | 0 | 0.04 | 216.52 | 0.82 | 0.78 |
| Hex | 99 | BD | F5 | 26 | 17 | 0 | 4 | D9 | 52 | 4E |
| Octal | 231 | 275 | 365 | 46 | 27 | 0 | 4 | 331 | 122 | 116 |
| Binary | 10011001 | 10111101 | 11110101 | 100110 | 10111 | 0 | 100 | 11011001 | 1010010 | 1001110 |
Color Harmonies of #99BDF5
Complementary color
Monochromatic Colors of #99BDF5
Black with #99BDF5
Text Example
Text Example
White with #99BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BDF5; }
p { color: rgb(153,189,245); }
H1.HeaderClassName
{
color: #99BDF5;
}
.AnyTagClassName
{
color: #99BDF5;
}
</style>
background-color css
<style>
a { background-color: #99BDF5; }
a { background-color: rgb(153,189,245); }
div.DivClassName
{
background-color: #99BDF5;
}
.BgClassName
{
background-color: #99BDF5;
}
</style>
border-color css
<style>
span { border-color: #99BDF5; }
span { border-color: rgb(153,189,245); }
td.TdClassName
{
border-color: #99BDF5;
}
.TagClassName
{
border-color: #99BDF5;
}
</style>