Shades of Cornflower #90C3DA
Tints of Cornflower #90C3DA
RGB
CMYK
RGB Variations
Color information
#90C3DA (or 0x90C3DA) is known color: Cornflower. HEX triplet: 90, C3 and DA. RGB value is (144,195,218). Sum of RGB (Red+Green+Blue) = 144+195+218=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #90C3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C3DA is #6F3C25. Grayscale: #B6B6B6. Windows color (decimal): -7289894 or 14336912. OLE color: 14336912.
HSL color Cylindrical-coordinate representation of color #90C3DA: hue angle of 198.65º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90C3DA is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 195 | 218 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.15 |
| HSL | 198.65º | 0.5% | 0.71% | - |
| HSV(B) | 198.65º | 0.34% | 0.85% | - |
| XYZ | 43.67 | 50.02 | 73.68 | - |
| YUV | 182.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 218 | 0.34 | 0.11 | 0 | 0.15 | 198.65 | 0.5 | 0.71 |
| Hex | 90 | C3 | DA | 22 | B | 0 | F | C7 | 32 | 47 |
| Octal | 220 | 303 | 332 | 42 | 13 | 0 | 17 | 307 | 62 | 107 |
| Binary | 10010000 | 11000011 | 11011010 | 100010 | 1011 | 0 | 1111 | 11000111 | 110010 | 1000111 |
Color Harmonies of #90C3DA
Complementary color
Monochromatic Colors of #90C3DA
Black with #90C3DA
Text Example
Text Example
White with #90C3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C3DA; }
p { color: rgb(144,195,218); }
H1.HeaderClassName
{
color: #90C3DA;
}
.AnyTagClassName
{
color: #90C3DA;
}
</style>
background-color css
<style>
a { background-color: #90C3DA; }
a { background-color: rgb(144,195,218); }
div.DivClassName
{
background-color: #90C3DA;
}
.BgClassName
{
background-color: #90C3DA;
}
</style>
border-color css
<style>
span { border-color: #90C3DA; }
span { border-color: rgb(144,195,218); }
td.TdClassName
{
border-color: #90C3DA;
}
.TagClassName
{
border-color: #90C3DA;
}
</style>