Shades of Cornflower #90BCDC
Tints of Cornflower #90BCDC
RGB
CMYK
RGB Variations
Color information
#90BCDC (or 0x90BCDC) is known color: Cornflower. HEX triplet: 90, BC and DC. RGB value is (144,188,220). Sum of RGB (Red+Green+Blue) = 144+188+220=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #90BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCDC is #6F4323. Grayscale: #B2B2B2. Windows color (decimal): -7291684 or 14466192. OLE color: 14466192.
HSL color Cylindrical-coordinate representation of color #90BCDC: hue angle of 205.26º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BCDC is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 188 | 220 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.14 |
| HSL | 205.26º | 0.52% | 0.71% | - |
| HSV(B) | 205.26º | 0.35% | 0.86% | - |
| XYZ | 42.4 | 47.06 | 74.56 | - |
| YUV | 178.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 220 | 0.35 | 0.15 | 0 | 0.14 | 205.26 | 0.52 | 0.71 |
| Hex | 90 | BC | DC | 23 | F | 0 | E | CD | 34 | 47 |
| Octal | 220 | 274 | 334 | 43 | 17 | 0 | 16 | 315 | 64 | 107 |
| Binary | 10010000 | 10111100 | 11011100 | 100011 | 1111 | 0 | 1110 | 11001101 | 110100 | 1000111 |
Color Harmonies of #90BCDC
Complementary color
Monochromatic Colors of #90BCDC
Black with #90BCDC
Text Example
Text Example
White with #90BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCDC; }
p { color: rgb(144,188,220); }
H1.HeaderClassName
{
color: #90BCDC;
}
.AnyTagClassName
{
color: #90BCDC;
}
</style>
background-color css
<style>
a { background-color: #90BCDC; }
a { background-color: rgb(144,188,220); }
div.DivClassName
{
background-color: #90BCDC;
}
.BgClassName
{
background-color: #90BCDC;
}
</style>
border-color css
<style>
span { border-color: #90BCDC; }
span { border-color: rgb(144,188,220); }
td.TdClassName
{
border-color: #90BCDC;
}
.TagClassName
{
border-color: #90BCDC;
}
</style>