Shades of Seagull #90BAD1
Tints of Seagull #90BAD1
RGB
CMYK
RGB Variations
Color information
#90BAD1 (or 0x90BAD1) is known color: Seagull. HEX triplet: 90, BA and D1. RGB value is (144,186,209). Sum of RGB (Red+Green+Blue) = 144+186+209=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #90BAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAD1 is #6F452E. Grayscale: #AFAFAF. Windows color (decimal): -7292207 or 13744784. OLE color: 13744784.
HSL color Cylindrical-coordinate representation of color #90BAD1: hue angle of 201.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90BAD1 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 186 | 209 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.18 |
| HSL | 201.23º | 0.41% | 0.69% | - |
| HSV(B) | 201.23º | 0.31% | 0.82% | - |
| XYZ | 40.57 | 45.65 | 66.99 | - |
| YUV | 176.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 209 | 0.31 | 0.11 | 0 | 0.18 | 201.23 | 0.41 | 0.69 |
| Hex | 90 | BA | D1 | 1F | B | 0 | 12 | C9 | 29 | 45 |
| Octal | 220 | 272 | 321 | 37 | 13 | 0 | 22 | 311 | 51 | 105 |
| Binary | 10010000 | 10111010 | 11010001 | 11111 | 1011 | 0 | 10010 | 11001001 | 101001 | 1000101 |
Color Harmonies of #90BAD1
Complementary color
Monochromatic Colors of #90BAD1
Black with #90BAD1
Text Example
Text Example
White with #90BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAD1; }
p { color: rgb(144,186,209); }
H1.HeaderClassName
{
color: #90BAD1;
}
.AnyTagClassName
{
color: #90BAD1;
}
</style>
background-color css
<style>
a { background-color: #90BAD1; }
a { background-color: rgb(144,186,209); }
div.DivClassName
{
background-color: #90BAD1;
}
.BgClassName
{
background-color: #90BAD1;
}
</style>
border-color css
<style>
span { border-color: #90BAD1; }
span { border-color: rgb(144,186,209); }
td.TdClassName
{
border-color: #90BAD1;
}
.TagClassName
{
border-color: #90BAD1;
}
</style>