Shades of Cornflower #90BFDB
Tints of Cornflower #90BFDB
RGB
CMYK
RGB Variations
Color information
#90BFDB (or 0x90BFDB) is known color: Cornflower. HEX triplet: 90, BF and DB. RGB value is (144,191,219). Sum of RGB (Red+Green+Blue) = 144+191+219=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #90BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFDB is #6F4024. Grayscale: #B3B3B3. Windows color (decimal): -7290917 or 14401424. OLE color: 14401424.
HSL color Cylindrical-coordinate representation of color #90BFDB: hue angle of 202.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90BFDB is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 191 | 219 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.14 |
| HSL | 202.4º | 0.51% | 0.71% | - |
| HSV(B) | 202.4º | 0.34% | 0.86% | - |
| XYZ | 42.92 | 48.31 | 74.08 | - |
| YUV | 180.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 219 | 0.34 | 0.13 | 0 | 0.14 | 202.4 | 0.51 | 0.71 |
| Hex | 90 | BF | DB | 22 | D | 0 | E | CA | 33 | 47 |
| Octal | 220 | 277 | 333 | 42 | 15 | 0 | 16 | 312 | 63 | 107 |
| Binary | 10010000 | 10111111 | 11011011 | 100010 | 1101 | 0 | 1110 | 11001010 | 110011 | 1000111 |
Color Harmonies of #90BFDB
Complementary color
Monochromatic Colors of #90BFDB
Black with #90BFDB
Text Example
Text Example
White with #90BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFDB; }
p { color: rgb(144,191,219); }
H1.HeaderClassName
{
color: #90BFDB;
}
.AnyTagClassName
{
color: #90BFDB;
}
</style>
background-color css
<style>
a { background-color: #90BFDB; }
a { background-color: rgb(144,191,219); }
div.DivClassName
{
background-color: #90BFDB;
}
.BgClassName
{
background-color: #90BFDB;
}
</style>
border-color css
<style>
span { border-color: #90BFDB; }
span { border-color: rgb(144,191,219); }
td.TdClassName
{
border-color: #90BFDB;
}
.TagClassName
{
border-color: #90BFDB;
}
</style>