Shades of Cornflower #90BCE8
Tints of Cornflower #90BCE8
RGB
CMYK
RGB Variations
Color information
#90BCE8 (or 0x90BCE8) is known color: Cornflower. HEX triplet: 90, BC and E8. RGB value is (144,188,232). Sum of RGB (Red+Green+Blue) = 144+188+232=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #90BCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCE8 is #6F4317. Grayscale: #B3B3B3. Windows color (decimal): -7291672 or 15252624. OLE color: 15252624.
HSL color Cylindrical-coordinate representation of color #90BCE8: hue angle of 210º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90BCE8 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 188 | 232 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.09 |
| HSL | 210º | 0.66% | 0.74% | - |
| HSV(B) | 210º | 0.38% | 0.91% | - |
| XYZ | 44.05 | 47.72 | 83.23 | - |
| YUV | 179.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 232 | 0.38 | 0.19 | 0 | 0.09 | 210 | 0.66 | 0.74 |
| Hex | 90 | BC | E8 | 26 | 13 | 0 | 9 | D2 | 42 | 4A |
| Octal | 220 | 274 | 350 | 46 | 23 | 0 | 11 | 322 | 102 | 112 |
| Binary | 10010000 | 10111100 | 11101000 | 100110 | 10011 | 0 | 1001 | 11010010 | 1000010 | 1001010 |
Color Harmonies of #90BCE8
Complementary color
Monochromatic Colors of #90BCE8
Black with #90BCE8
Text Example
Text Example
White with #90BCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCE8; }
p { color: rgb(144,188,232); }
H1.HeaderClassName
{
color: #90BCE8;
}
.AnyTagClassName
{
color: #90BCE8;
}
</style>
background-color css
<style>
a { background-color: #90BCE8; }
a { background-color: rgb(144,188,232); }
div.DivClassName
{
background-color: #90BCE8;
}
.BgClassName
{
background-color: #90BCE8;
}
</style>
border-color css
<style>
span { border-color: #90BCE8; }
span { border-color: rgb(144,188,232); }
td.TdClassName
{
border-color: #90BCE8;
}
.TagClassName
{
border-color: #90BCE8;
}
</style>