Shades of Cornflower #90BCF3
Tints of Cornflower #90BCF3
RGB
CMYK
RGB Variations
Color information
#90BCF3 (or 0x90BCF3) is known color: Cornflower. HEX triplet: 90, BC and F3. RGB value is (144,188,243). Sum of RGB (Red+Green+Blue) = 144+188+243=575 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.04% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #90BCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCF3 is #6F430C. Grayscale: #B4B4B4. Windows color (decimal): -7291661 or 15973520. OLE color: 15973520.
HSL color Cylindrical-coordinate representation of color #90BCF3: hue angle of 213.33º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90BCF3 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 188 | 243 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.05 |
| HSL | 213.33º | 0.8% | 0.76% | - |
| HSV(B) | 213.33º | 0.41% | 0.95% | - |
| XYZ | 45.66 | 48.37 | 91.72 | - |
| YUV | 181.11 | 162.92 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 243 | 0.41 | 0.23 | 0 | 0.05 | 213.33 | 0.8 | 0.76 |
| Hex | 90 | BC | F3 | 29 | 17 | 0 | 5 | D5 | 50 | 4C |
| Octal | 220 | 274 | 363 | 51 | 27 | 0 | 5 | 325 | 120 | 114 |
| Binary | 10010000 | 10111100 | 11110011 | 101001 | 10111 | 0 | 101 | 11010101 | 1010000 | 1001100 |
Color Harmonies of #90BCF3
Complementary color
Monochromatic Colors of #90BCF3
Black with #90BCF3
Text Example
Text Example
White with #90BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCF3; }
p { color: rgb(144,188,243); }
H1.HeaderClassName
{
color: #90BCF3;
}
.AnyTagClassName
{
color: #90BCF3;
}
</style>
background-color css
<style>
a { background-color: #90BCF3; }
a { background-color: rgb(144,188,243); }
div.DivClassName
{
background-color: #90BCF3;
}
.BgClassName
{
background-color: #90BCF3;
}
</style>
border-color css
<style>
span { border-color: #90BCF3; }
span { border-color: rgb(144,188,243); }
td.TdClassName
{
border-color: #90BCF3;
}
.TagClassName
{
border-color: #90BCF3;
}
</style>