Shades of Seagull #74B8CA
Tints of Seagull #74B8CA
RGB
CMYK
RGB Variations
Color information
#74B8CA (or 0x74B8CA) is known color: Seagull. HEX triplet: 74, B8 and CA. RGB value is (116,184,202). Sum of RGB (Red+Green+Blue) = 116+184+202=502 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.11% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #74B8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B8CA is #8B4735. Grayscale: #A5A5A5. Windows color (decimal): -9127734 or 13285492. OLE color: 13285492.
HSL color Cylindrical-coordinate representation of color #74B8CA: hue angle of 192.56º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74B8CA is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 184 | 202 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.21 |
| HSL | 192.56º | 0.45% | 0.62% | - |
| HSV(B) | 192.56º | 0.43% | 0.79% | - |
| XYZ | 35 | 42.26 | 62.19 | - |
| YUV | 165.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 202 | 0.43 | 0.09 | 0 | 0.21 | 192.56 | 0.45 | 0.62 |
| Hex | 74 | B8 | CA | 2B | 9 | 0 | 15 | C1 | 2D | 3E |
| Octal | 164 | 270 | 312 | 53 | 11 | 0 | 25 | 301 | 55 | 76 |
| Binary | 1110100 | 10111000 | 11001010 | 101011 | 1001 | 0 | 10101 | 11000001 | 101101 | 111110 |
Color Harmonies of #74B8CA
Complementary color
Monochromatic Colors of #74B8CA
Black with #74B8CA
Text Example
Text Example
White with #74B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B8CA; }
p { color: rgb(116,184,202); }
H1.HeaderClassName
{
color: #74B8CA;
}
.AnyTagClassName
{
color: #74B8CA;
}
</style>
background-color css
<style>
a { background-color: #74B8CA; }
a { background-color: rgb(116,184,202); }
div.DivClassName
{
background-color: #74B8CA;
}
.BgClassName
{
background-color: #74B8CA;
}
</style>
border-color css
<style>
span { border-color: #74B8CA; }
span { border-color: rgb(116,184,202); }
td.TdClassName
{
border-color: #74B8CA;
}
.TagClassName
{
border-color: #74B8CA;
}
</style>