Shades of Seagull #74ABCB
Tints of Seagull #74ABCB
RGB
CMYK
RGB Variations
Color information
#74ABCB (or 0x74ABCB) is known color: Seagull. HEX triplet: 74, AB and CB. RGB value is (116,171,203). Sum of RGB (Red+Green+Blue) = 116+171+203=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #74ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABCB is #8B5434. Grayscale: #9E9E9E. Windows color (decimal): -9131061 or 13347700. OLE color: 13347700.
HSL color Cylindrical-coordinate representation of color #74ABCB: hue angle of 202.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74ABCB is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 171 | 203 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.20 |
| HSL | 202.07º | 0.46% | 0.63% | - |
| HSV(B) | 202.07º | 0.43% | 0.8% | - |
| XYZ | 32.54 | 37.15 | 61.96 | - |
| YUV | 158.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 203 | 0.43 | 0.16 | 0 | 0.20 | 202.07 | 0.46 | 0.63 |
| Hex | 74 | AB | CB | 2B | 10 | 0 | 14 | CA | 2E | 3F |
| Octal | 164 | 253 | 313 | 53 | 20 | 0 | 24 | 312 | 56 | 77 |
| Binary | 1110100 | 10101011 | 11001011 | 101011 | 10000 | 0 | 10100 | 11001010 | 101110 | 111111 |
Color Harmonies of #74ABCB
Complementary color
Monochromatic Colors of #74ABCB
Black with #74ABCB
Text Example
Text Example
White with #74ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABCB; }
p { color: rgb(116,171,203); }
H1.HeaderClassName
{
color: #74ABCB;
}
.AnyTagClassName
{
color: #74ABCB;
}
</style>
background-color css
<style>
a { background-color: #74ABCB; }
a { background-color: rgb(116,171,203); }
div.DivClassName
{
background-color: #74ABCB;
}
.BgClassName
{
background-color: #74ABCB;
}
</style>
border-color css
<style>
span { border-color: #74ABCB; }
span { border-color: rgb(116,171,203); }
td.TdClassName
{
border-color: #74ABCB;
}
.TagClassName
{
border-color: #74ABCB;
}
</style>