Shades of Cornflower #90B8F2
Tints of Cornflower #90B8F2
RGB
CMYK
RGB Variations
Color information
#90B8F2 (or 0x90B8F2) is known color: Cornflower. HEX triplet: 90, B8 and F2. RGB value is (144,184,242). Sum of RGB (Red+Green+Blue) = 144+184+242=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #90B8F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B8F2 is #6F470D. Grayscale: #B2B2B2. Windows color (decimal): -7292686 or 15906960. OLE color: 15906960.
HSL color Cylindrical-coordinate representation of color #90B8F2: hue angle of 215.51º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90B8F2 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 184 | 242 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.05 |
| HSL | 215.51º | 0.79% | 0.76% | - |
| HSV(B) | 215.51º | 0.4% | 0.95% | - |
| XYZ | 44.67 | 46.62 | 90.65 | - |
| YUV | 178.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 184 | 242 | 0.40 | 0.24 | 0 | 0.05 | 215.51 | 0.79 | 0.76 |
| Hex | 90 | B8 | F2 | 28 | 18 | 0 | 5 | D8 | 4F | 4C |
| Octal | 220 | 270 | 362 | 50 | 30 | 0 | 5 | 330 | 117 | 114 |
| Binary | 10010000 | 10111000 | 11110010 | 101000 | 11000 | 0 | 101 | 11011000 | 1001111 | 1001100 |
Color Harmonies of #90B8F2
Complementary color
Monochromatic Colors of #90B8F2
Black with #90B8F2
Text Example
Text Example
White with #90B8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B8F2; }
p { color: rgb(144,184,242); }
H1.HeaderClassName
{
color: #90B8F2;
}
.AnyTagClassName
{
color: #90B8F2;
}
</style>
background-color css
<style>
a { background-color: #90B8F2; }
a { background-color: rgb(144,184,242); }
div.DivClassName
{
background-color: #90B8F2;
}
.BgClassName
{
background-color: #90B8F2;
}
</style>
border-color css
<style>
span { border-color: #90B8F2; }
span { border-color: rgb(144,184,242); }
td.TdClassName
{
border-color: #90B8F2;
}
.TagClassName
{
border-color: #90B8F2;
}
</style>