Shades of Seagull #90BBCC
Tints of Seagull #90BBCC
RGB
CMYK
RGB Variations
Color information
#90BBCC (or 0x90BBCC) is known color: Seagull. HEX triplet: 90, BB and CC. RGB value is (144,187,204). Sum of RGB (Red+Green+Blue) = 144+187+204=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #90BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBCC is #6F4433. Grayscale: #AFAFAF. Windows color (decimal): -7291956 or 13417360. OLE color: 13417360.
HSL color Cylindrical-coordinate representation of color #90BBCC: hue angle of 197º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90BBCC is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 187 | 204 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.2 |
| HSL | 197º | 0.37% | 0.68% | - |
| HSV(B) | 197º | 0.29% | 0.8% | - |
| XYZ | 40.17 | 45.83 | 63.86 | - |
| YUV | 176.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 204 | 0.29 | 0.08 | 0 | 0.2 | 197 | 0.37 | 0.68 |
| Hex | 90 | BB | CC | 1D | 8 | 0 | 14 | C5 | 25 | 44 |
| Octal | 220 | 273 | 314 | 35 | 10 | 0 | 24 | 305 | 45 | 104 |
| Binary | 10010000 | 10111011 | 11001100 | 11101 | 1000 | 0 | 10100 | 11000101 | 100101 | 1000100 |
Color Harmonies of #90BBCC
Complementary color
Monochromatic Colors of #90BBCC
Black with #90BBCC
Text Example
Text Example
White with #90BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBCC; }
p { color: rgb(144,187,204); }
H1.HeaderClassName
{
color: #90BBCC;
}
.AnyTagClassName
{
color: #90BBCC;
}
</style>
background-color css
<style>
a { background-color: #90BBCC; }
a { background-color: rgb(144,187,204); }
div.DivClassName
{
background-color: #90BBCC;
}
.BgClassName
{
background-color: #90BBCC;
}
</style>
border-color css
<style>
span { border-color: #90BBCC; }
span { border-color: rgb(144,187,204); }
td.TdClassName
{
border-color: #90BBCC;
}
.TagClassName
{
border-color: #90BBCC;
}
</style>