Shades of Seagull #74BBCC
Tints of Seagull #74BBCC
RGB
CMYK
RGB Variations
Color information
#74BBCC (or 0x74BBCC) is known color: Seagull. HEX triplet: 74, BB and CC. RGB value is (116,187,204). Sum of RGB (Red+Green+Blue) = 116+187+204=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #74BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBCC is #8B4433. Grayscale: #A7A7A7. Windows color (decimal): -9126964 or 13417332. OLE color: 13417332.
HSL color Cylindrical-coordinate representation of color #74BBCC: hue angle of 191.59º 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 #74BBCC is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 187 | 204 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.2 |
| HSL | 191.59º | 0.46% | 0.63% | - |
| HSV(B) | 191.59º | 0.43% | 0.8% | - |
| XYZ | 35.87 | 43.61 | 63.65 | - |
| YUV | 167.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 204 | 0.43 | 0.08 | 0 | 0.2 | 191.59 | 0.46 | 0.63 |
| Hex | 74 | BB | CC | 2B | 8 | 0 | 14 | C0 | 2E | 3F |
| Octal | 164 | 273 | 314 | 53 | 10 | 0 | 24 | 300 | 56 | 77 |
| Binary | 1110100 | 10111011 | 11001100 | 101011 | 1000 | 0 | 10100 | 11000000 | 101110 | 111111 |
Color Harmonies of #74BBCC
Complementary color
Monochromatic Colors of #74BBCC
Black with #74BBCC
Text Example
Text Example
White with #74BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BBCC; }
p { color: rgb(116,187,204); }
H1.HeaderClassName
{
color: #74BBCC;
}
.AnyTagClassName
{
color: #74BBCC;
}
</style>
background-color css
<style>
a { background-color: #74BBCC; }
a { background-color: rgb(116,187,204); }
div.DivClassName
{
background-color: #74BBCC;
}
.BgClassName
{
background-color: #74BBCC;
}
</style>
border-color css
<style>
span { border-color: #74BBCC; }
span { border-color: rgb(116,187,204); }
td.TdClassName
{
border-color: #74BBCC;
}
.TagClassName
{
border-color: #74BBCC;
}
</style>