Shades of Cornflower #90BEDA
Tints of Cornflower #90BEDA
RGB
CMYK
RGB Variations
Color information
#90BEDA (or 0x90BEDA) is known color: Cornflower. HEX triplet: 90, BE and DA. RGB value is (144,190,218). Sum of RGB (Red+Green+Blue) = 144+190+218=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #90BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BEDA is #6F4125. Grayscale: #B3B3B3. Windows color (decimal): -7291174 or 14335632. OLE color: 14335632.
HSL color Cylindrical-coordinate representation of color #90BEDA: hue angle of 202.7º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90BEDA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 190 | 218 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.15 |
| HSL | 202.7º | 0.5% | 0.71% | - |
| HSV(B) | 202.7º | 0.34% | 0.85% | - |
| XYZ | 42.57 | 47.82 | 73.32 | - |
| YUV | 179.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 218 | 0.34 | 0.13 | 0 | 0.15 | 202.7 | 0.5 | 0.71 |
| Hex | 90 | BE | DA | 22 | D | 0 | F | CB | 32 | 47 |
| Octal | 220 | 276 | 332 | 42 | 15 | 0 | 17 | 313 | 62 | 107 |
| Binary | 10010000 | 10111110 | 11011010 | 100010 | 1101 | 0 | 1111 | 11001011 | 110010 | 1000111 |
Color Harmonies of #90BEDA
Complementary color
Monochromatic Colors of #90BEDA
Black with #90BEDA
Text Example
Text Example
White with #90BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BEDA; }
p { color: rgb(144,190,218); }
H1.HeaderClassName
{
color: #90BEDA;
}
.AnyTagClassName
{
color: #90BEDA;
}
</style>
background-color css
<style>
a { background-color: #90BEDA; }
a { background-color: rgb(144,190,218); }
div.DivClassName
{
background-color: #90BEDA;
}
.BgClassName
{
background-color: #90BEDA;
}
</style>
border-color css
<style>
span { border-color: #90BEDA; }
span { border-color: rgb(144,190,218); }
td.TdClassName
{
border-color: #90BEDA;
}
.TagClassName
{
border-color: #90BEDA;
}
</style>