Shades of Seagull #90BCD3
Tints of Seagull #90BCD3
RGB
CMYK
RGB Variations
Color information
#90BCD3 (or 0x90BCD3) is known color: Seagull. HEX triplet: 90, BC and D3. RGB value is (144,188,211). Sum of RGB (Red+Green+Blue) = 144+188+211=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #90BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCD3 is #6F432C. Grayscale: #B1B1B1. Windows color (decimal): -7291693 or 13876368. OLE color: 13876368.
HSL color Cylindrical-coordinate representation of color #90BCD3: hue angle of 200.6º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90BCD3 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 188 | 211 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.17 |
| HSL | 200.6º | 0.43% | 0.7% | - |
| HSV(B) | 200.6º | 0.32% | 0.83% | - |
| XYZ | 41.24 | 46.6 | 68.45 | - |
| YUV | 177.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 211 | 0.32 | 0.11 | 0 | 0.17 | 200.6 | 0.43 | 0.7 |
| Hex | 90 | BC | D3 | 20 | B | 0 | 11 | C9 | 2B | 46 |
| Octal | 220 | 274 | 323 | 40 | 13 | 0 | 21 | 311 | 53 | 106 |
| Binary | 10010000 | 10111100 | 11010011 | 100000 | 1011 | 0 | 10001 | 11001001 | 101011 | 1000110 |
Color Harmonies of #90BCD3
Complementary color
Monochromatic Colors of #90BCD3
Black with #90BCD3
Text Example
Text Example
White with #90BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCD3; }
p { color: rgb(144,188,211); }
H1.HeaderClassName
{
color: #90BCD3;
}
.AnyTagClassName
{
color: #90BCD3;
}
</style>
background-color css
<style>
a { background-color: #90BCD3; }
a { background-color: rgb(144,188,211); }
div.DivClassName
{
background-color: #90BCD3;
}
.BgClassName
{
background-color: #90BCD3;
}
</style>
border-color css
<style>
span { border-color: #90BCD3; }
span { border-color: rgb(144,188,211); }
td.TdClassName
{
border-color: #90BCD3;
}
.TagClassName
{
border-color: #90BCD3;
}
</style>