Shades of Seagull #90BCCA
Tints of Seagull #90BCCA
RGB
CMYK
RGB Variations
Color information
#90BCCA (or 0x90BCCA) is known color: Seagull. HEX triplet: 90, BC and CA. RGB value is (144,188,202). Sum of RGB (Red+Green+Blue) = 144+188+202=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #90BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCCA is #6F4335. Grayscale: #B0B0B0. Windows color (decimal): -7291702 or 13286544. OLE color: 13286544.
HSL color Cylindrical-coordinate representation of color #90BCCA: hue angle of 194.48º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90BCCA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 188 | 202 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.21 |
| HSL | 194.48º | 0.35% | 0.68% | - |
| HSV(B) | 194.48º | 0.29% | 0.79% | - |
| XYZ | 40.15 | 46.16 | 62.67 | - |
| YUV | 176.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 202 | 0.29 | 0.07 | 0 | 0.21 | 194.48 | 0.35 | 0.68 |
| Hex | 90 | BC | CA | 1D | 7 | 0 | 15 | C2 | 23 | 44 |
| Octal | 220 | 274 | 312 | 35 | 7 | 0 | 25 | 302 | 43 | 104 |
| Binary | 10010000 | 10111100 | 11001010 | 11101 | 111 | 0 | 10101 | 11000010 | 100011 | 1000100 |
Color Harmonies of #90BCCA
Complementary color
Monochromatic Colors of #90BCCA
Black with #90BCCA
Text Example
Text Example
White with #90BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCCA; }
p { color: rgb(144,188,202); }
H1.HeaderClassName
{
color: #90BCCA;
}
.AnyTagClassName
{
color: #90BCCA;
}
</style>
background-color css
<style>
a { background-color: #90BCCA; }
a { background-color: rgb(144,188,202); }
div.DivClassName
{
background-color: #90BCCA;
}
.BgClassName
{
background-color: #90BCCA;
}
</style>
border-color css
<style>
span { border-color: #90BCCA; }
span { border-color: rgb(144,188,202); }
td.TdClassName
{
border-color: #90BCCA;
}
.TagClassName
{
border-color: #90BCCA;
}
</style>