Shades of Seagull #75BBCB
Tints of Seagull #75BBCB
RGB
CMYK
RGB Variations
Color information
#75BBCB (or 0x75BBCB) is known color: Seagull. HEX triplet: 75, BB and CB. RGB value is (117,187,203). Sum of RGB (Red+Green+Blue) = 117+187+203=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #75BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBCB is #8A4434. Grayscale: #A7A7A7. Windows color (decimal): -9061429 or 13351797. OLE color: 13351797.
HSL color Cylindrical-coordinate representation of color #75BBCB: hue angle of 191.16º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75BBCB is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 187 | 203 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.20 |
| HSL | 191.16º | 0.45% | 0.63% | - |
| HSV(B) | 191.16º | 0.42% | 0.8% | - |
| XYZ | 35.89 | 43.63 | 63.03 | - |
| YUV | 167.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 203 | 0.42 | 0.08 | 0 | 0.20 | 191.16 | 0.45 | 0.63 |
| Hex | 75 | BB | CB | 2A | 8 | 0 | 14 | BF | 2D | 3F |
| Octal | 165 | 273 | 313 | 52 | 10 | 0 | 24 | 277 | 55 | 77 |
| Binary | 1110101 | 10111011 | 11001011 | 101010 | 1000 | 0 | 10100 | 10111111 | 101101 | 111111 |
Color Harmonies of #75BBCB
Complementary color
Monochromatic Colors of #75BBCB
Black with #75BBCB
Text Example
Text Example
White with #75BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BBCB; }
p { color: rgb(117,187,203); }
H1.HeaderClassName
{
color: #75BBCB;
}
.AnyTagClassName
{
color: #75BBCB;
}
</style>
background-color css
<style>
a { background-color: #75BBCB; }
a { background-color: rgb(117,187,203); }
div.DivClassName
{
background-color: #75BBCB;
}
.BgClassName
{
background-color: #75BBCB;
}
</style>
border-color css
<style>
span { border-color: #75BBCB; }
span { border-color: rgb(117,187,203); }
td.TdClassName
{
border-color: #75BBCB;
}
.TagClassName
{
border-color: #75BBCB;
}
</style>