Shades of Cornflower #90BFE8
Tints of Cornflower #90BFE8
RGB
CMYK
RGB Variations
Color information
#90BFE8 (or 0x90BFE8) is known color: Cornflower. HEX triplet: 90, BF and E8. RGB value is (144,191,232). Sum of RGB (Red+Green+Blue) = 144+191+232=567 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.40% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #90BFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BFE8 is #6F4017. Grayscale: #B5B5B5. Windows color (decimal): -7290904 or 15253392. OLE color: 15253392.
HSL color Cylindrical-coordinate representation of color #90BFE8: hue angle of 207.95º 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 #90BFE8 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 191 | 232 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.09 |
| HSL | 207.95º | 0.66% | 0.74% | - |
| HSV(B) | 207.95º | 0.38% | 0.91% | - |
| XYZ | 44.7 | 49.02 | 83.45 | - |
| YUV | 181.62 | 156.43 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 232 | 0.38 | 0.18 | 0 | 0.09 | 207.95 | 0.66 | 0.74 |
| Hex | 90 | BF | E8 | 26 | 12 | 0 | 9 | D0 | 42 | 4A |
| Octal | 220 | 277 | 350 | 46 | 22 | 0 | 11 | 320 | 102 | 112 |
| Binary | 10010000 | 10111111 | 11101000 | 100110 | 10010 | 0 | 1001 | 11010000 | 1000010 | 1001010 |
Color Harmonies of #90BFE8
Complementary color
Monochromatic Colors of #90BFE8
Black with #90BFE8
Text Example
Text Example
White with #90BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BFE8; }
p { color: rgb(144,191,232); }
H1.HeaderClassName
{
color: #90BFE8;
}
.AnyTagClassName
{
color: #90BFE8;
}
</style>
background-color css
<style>
a { background-color: #90BFE8; }
a { background-color: rgb(144,191,232); }
div.DivClassName
{
background-color: #90BFE8;
}
.BgClassName
{
background-color: #90BFE8;
}
</style>
border-color css
<style>
span { border-color: #90BFE8; }
span { border-color: rgb(144,191,232); }
td.TdClassName
{
border-color: #90BFE8;
}
.TagClassName
{
border-color: #90BFE8;
}
</style>