Shades of Seagull #74ACCF
Tints of Seagull #74ACCF
RGB
CMYK
RGB Variations
Color information
#74ACCF (or 0x74ACCF) is known color: Seagull. HEX triplet: 74, AC and CF. RGB value is (116,172,207). Sum of RGB (Red+Green+Blue) = 116+172+207=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #74ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACCF is #8B5330. Grayscale: #9F9F9F. Windows color (decimal): -9130801 or 13610100. OLE color: 13610100.
HSL color Cylindrical-coordinate representation of color #74ACCF: hue angle of 203.08º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74ACCF is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 172 | 207 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.19 |
| HSL | 203.08º | 0.49% | 0.63% | - |
| HSV(B) | 203.08º | 0.44% | 0.81% | - |
| XYZ | 33.22 | 37.72 | 64.56 | - |
| YUV | 159.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 207 | 0.44 | 0.17 | 0 | 0.19 | 203.08 | 0.49 | 0.63 |
| Hex | 74 | AC | CF | 2C | 11 | 0 | 13 | CB | 31 | 3F |
| Octal | 164 | 254 | 317 | 54 | 21 | 0 | 23 | 313 | 61 | 77 |
| Binary | 1110100 | 10101100 | 11001111 | 101100 | 10001 | 0 | 10011 | 11001011 | 110001 | 111111 |
Color Harmonies of #74ACCF
Complementary color
Monochromatic Colors of #74ACCF
Black with #74ACCF
Text Example
Text Example
White with #74ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ACCF; }
p { color: rgb(116,172,207); }
H1.HeaderClassName
{
color: #74ACCF;
}
.AnyTagClassName
{
color: #74ACCF;
}
</style>
background-color css
<style>
a { background-color: #74ACCF; }
a { background-color: rgb(116,172,207); }
div.DivClassName
{
background-color: #74ACCF;
}
.BgClassName
{
background-color: #74ACCF;
}
</style>
border-color css
<style>
span { border-color: #74ACCF; }
span { border-color: rgb(116,172,207); }
td.TdClassName
{
border-color: #74ACCF;
}
.TagClassName
{
border-color: #74ACCF;
}
</style>