Shades of Seagull #90BBCD
Tints of Seagull #90BBCD
RGB
CMYK
RGB Variations
Color information
#90BBCD (or 0x90BBCD) is known color: Seagull. HEX triplet: 90, BB and CD. RGB value is (144,187,205). Sum of RGB (Red+Green+Blue) = 144+187+205=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #90BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBCD is #6F4432. Grayscale: #B0B0B0. Windows color (decimal): -7291955 or 13482896. OLE color: 13482896.
HSL color Cylindrical-coordinate representation of color #90BBCD: hue angle of 197.7º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90BBCD is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 187 | 205 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.20 |
| HSL | 197.7º | 0.38% | 0.68% | - |
| HSV(B) | 197.7º | 0.3% | 0.8% | - |
| XYZ | 40.29 | 45.88 | 64.49 | - |
| YUV | 176.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 205 | 0.30 | 0.09 | 0 | 0.20 | 197.7 | 0.38 | 0.68 |
| Hex | 90 | BB | CD | 1E | 9 | 0 | 14 | C6 | 26 | 44 |
| Octal | 220 | 273 | 315 | 36 | 11 | 0 | 24 | 306 | 46 | 104 |
| Binary | 10010000 | 10111011 | 11001101 | 11110 | 1001 | 0 | 10100 | 11000110 | 100110 | 1000100 |
Color Harmonies of #90BBCD
Complementary color
Monochromatic Colors of #90BBCD
Black with #90BBCD
Text Example
Text Example
White with #90BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBCD; }
p { color: rgb(144,187,205); }
H1.HeaderClassName
{
color: #90BBCD;
}
.AnyTagClassName
{
color: #90BBCD;
}
</style>
background-color css
<style>
a { background-color: #90BBCD; }
a { background-color: rgb(144,187,205); }
div.DivClassName
{
background-color: #90BBCD;
}
.BgClassName
{
background-color: #90BBCD;
}
</style>
border-color css
<style>
span { border-color: #90BBCD; }
span { border-color: rgb(144,187,205); }
td.TdClassName
{
border-color: #90BBCD;
}
.TagClassName
{
border-color: #90BBCD;
}
</style>