Shades of Seagull #90BBD2
Tints of Seagull #90BBD2
RGB
CMYK
RGB Variations
Color information
#90BBD2 (or 0x90BBD2) is known color: Seagull. HEX triplet: 90, BB and D2. RGB value is (144,187,210). Sum of RGB (Red+Green+Blue) = 144+187+210=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 210 - color contains mainly: blue. Hex color #90BBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBD2 is #6F442D. Grayscale: #B0B0B0. Windows color (decimal): -7291950 or 13810576. OLE color: 13810576.
HSL color Cylindrical-coordinate representation of color #90BBD2: hue angle of 200.91º degrees, saturation: 0.42, 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 #90BBD2 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 187 | 210 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.18 |
| HSL | 200.91º | 0.42% | 0.69% | - |
| HSV(B) | 200.91º | 0.31% | 0.82% | - |
| XYZ | 40.9 | 46.12 | 67.72 | - |
| YUV | 176.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 210 | 0.31 | 0.11 | 0 | 0.18 | 200.91 | 0.42 | 0.69 |
| Hex | 90 | BB | D2 | 1F | B | 0 | 12 | C9 | 2A | 45 |
| Octal | 220 | 273 | 322 | 37 | 13 | 0 | 22 | 311 | 52 | 105 |
| Binary | 10010000 | 10111011 | 11010010 | 11111 | 1011 | 0 | 10010 | 11001001 | 101010 | 1000101 |
Color Harmonies of #90BBD2
Complementary color
Monochromatic Colors of #90BBD2
Black with #90BBD2
Text Example
Text Example
White with #90BBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBD2; }
p { color: rgb(144,187,210); }
H1.HeaderClassName
{
color: #90BBD2;
}
.AnyTagClassName
{
color: #90BBD2;
}
</style>
background-color css
<style>
a { background-color: #90BBD2; }
a { background-color: rgb(144,187,210); }
div.DivClassName
{
background-color: #90BBD2;
}
.BgClassName
{
background-color: #90BBD2;
}
</style>
border-color css
<style>
span { border-color: #90BBD2; }
span { border-color: rgb(144,187,210); }
td.TdClassName
{
border-color: #90BBD2;
}
.TagClassName
{
border-color: #90BBD2;
}
</style>