Shades of Cornflower #98BBDE
Tints of Cornflower #98BBDE
RGB
CMYK
RGB Variations
Color information
#98BBDE (or 0x98BBDE) is known color: Cornflower. HEX triplet: 98, BB and DE. RGB value is (152,187,222). Sum of RGB (Red+Green+Blue) = 152+187+222=561 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.09% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #98BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BBDE is #674421. Grayscale: #B4B4B4. Windows color (decimal): -6767650 or 14597016. OLE color: 14597016.
HSL color Cylindrical-coordinate representation of color #98BBDE: hue angle of 210º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98BBDE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 187 | 222 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.13 |
| HSL | 210º | 0.51% | 0.73% | - |
| HSV(B) | 210º | 0.32% | 0.87% | - |
| XYZ | 43.9 | 47.49 | 75.96 | - |
| YUV | 180.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 222 | 0.32 | 0.16 | 0 | 0.13 | 210 | 0.51 | 0.73 |
| Hex | 98 | BB | DE | 20 | 10 | 0 | D | D2 | 33 | 49 |
| Octal | 230 | 273 | 336 | 40 | 20 | 0 | 15 | 322 | 63 | 111 |
| Binary | 10011000 | 10111011 | 11011110 | 100000 | 10000 | 0 | 1101 | 11010010 | 110011 | 1001001 |
Color Harmonies of #98BBDE
Complementary color
Monochromatic Colors of #98BBDE
Black with #98BBDE
Text Example
Text Example
White with #98BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BBDE; }
p { color: rgb(152,187,222); }
H1.HeaderClassName
{
color: #98BBDE;
}
.AnyTagClassName
{
color: #98BBDE;
}
</style>
background-color css
<style>
a { background-color: #98BBDE; }
a { background-color: rgb(152,187,222); }
div.DivClassName
{
background-color: #98BBDE;
}
.BgClassName
{
background-color: #98BBDE;
}
</style>
border-color css
<style>
span { border-color: #98BBDE; }
span { border-color: rgb(152,187,222); }
td.TdClassName
{
border-color: #98BBDE;
}
.TagClassName
{
border-color: #98BBDE;
}
</style>