Shades of Cornflower #90BDDC
Tints of Cornflower #90BDDC
RGB
CMYK
RGB Variations
Color information
#90BDDC (or 0x90BDDC) is known color: Cornflower. HEX triplet: 90, BD and DC. RGB value is (144,189,220). Sum of RGB (Red+Green+Blue) = 144+189+220=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #90BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDDC is #6F4223. Grayscale: #B2B2B2. Windows color (decimal): -7291428 or 14466448. OLE color: 14466448.
HSL color Cylindrical-coordinate representation of color #90BDDC: hue angle of 204.47º 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 #90BDDC is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 189 | 220 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.14 |
| HSL | 204.47º | 0.52% | 0.71% | - |
| HSV(B) | 204.47º | 0.35% | 0.86% | - |
| XYZ | 42.62 | 47.49 | 74.63 | - |
| YUV | 179.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 220 | 0.35 | 0.14 | 0 | 0.14 | 204.47 | 0.52 | 0.71 |
| Hex | 90 | BD | DC | 23 | E | 0 | E | CC | 34 | 47 |
| Octal | 220 | 275 | 334 | 43 | 16 | 0 | 16 | 314 | 64 | 107 |
| Binary | 10010000 | 10111101 | 11011100 | 100011 | 1110 | 0 | 1110 | 11001100 | 110100 | 1000111 |
Color Harmonies of #90BDDC
Complementary color
Monochromatic Colors of #90BDDC
Black with #90BDDC
Text Example
Text Example
White with #90BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDDC; }
p { color: rgb(144,189,220); }
H1.HeaderClassName
{
color: #90BDDC;
}
.AnyTagClassName
{
color: #90BDDC;
}
</style>
background-color css
<style>
a { background-color: #90BDDC; }
a { background-color: rgb(144,189,220); }
div.DivClassName
{
background-color: #90BDDC;
}
.BgClassName
{
background-color: #90BDDC;
}
</style>
border-color css
<style>
span { border-color: #90BDDC; }
span { border-color: rgb(144,189,220); }
td.TdClassName
{
border-color: #90BDDC;
}
.TagClassName
{
border-color: #90BDDC;
}
</style>