Shades of Seagull #74BBDC
Tints of Seagull #74BBDC
RGB
CMYK
RGB Variations
Color information
#74BBDC (or 0x74BBDC) is known color: Seagull. HEX triplet: 74, BB and DC. RGB value is (116,187,220). Sum of RGB (Red+Green+Blue) = 116+187+220=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #74BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBDC is #8B4423. Grayscale: #A9A9A9. Windows color (decimal): -9126948 or 14465908. OLE color: 14465908.
HSL color Cylindrical-coordinate representation of color #74BBDC: hue angle of 199.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74BBDC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 187 | 220 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.14 |
| HSL | 199.04º | 0.6% | 0.66% | - |
| HSV(B) | 199.04º | 0.47% | 0.86% | - |
| XYZ | 37.89 | 44.42 | 74.29 | - |
| YUV | 169.53 | 156.48 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 220 | 0.47 | 0.15 | 0 | 0.14 | 199.04 | 0.6 | 0.66 |
| Hex | 74 | BB | DC | 2F | F | 0 | E | C7 | 3C | 42 |
| Octal | 164 | 273 | 334 | 57 | 17 | 0 | 16 | 307 | 74 | 102 |
| Binary | 1110100 | 10111011 | 11011100 | 101111 | 1111 | 0 | 1110 | 11000111 | 111100 | 1000010 |
Color Harmonies of #74BBDC
Complementary color
Monochromatic Colors of #74BBDC
Black with #74BBDC
Text Example
Text Example
White with #74BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BBDC; }
p { color: rgb(116,187,220); }
H1.HeaderClassName
{
color: #74BBDC;
}
.AnyTagClassName
{
color: #74BBDC;
}
</style>
background-color css
<style>
a { background-color: #74BBDC; }
a { background-color: rgb(116,187,220); }
div.DivClassName
{
background-color: #74BBDC;
}
.BgClassName
{
background-color: #74BBDC;
}
</style>
border-color css
<style>
span { border-color: #74BBDC; }
span { border-color: rgb(116,187,220); }
td.TdClassName
{
border-color: #74BBDC;
}
.TagClassName
{
border-color: #74BBDC;
}
</style>