Shades of Seagull #74BDDC
Tints of Seagull #74BDDC
RGB
CMYK
RGB Variations
Color information
#74BDDC (or 0x74BDDC) is known color: Seagull. HEX triplet: 74, BD and DC. RGB value is (116,189,220). Sum of RGB (Red+Green+Blue) = 116+189+220=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #74BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDDC is #8B4223. Grayscale: #AAAAAA. Windows color (decimal): -9126436 or 14466420. OLE color: 14466420.
HSL color Cylindrical-coordinate representation of color #74BDDC: hue angle of 197.88º 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 #74BDDC is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 189 | 220 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.14 |
| HSL | 197.88º | 0.6% | 0.66% | - |
| HSV(B) | 197.88º | 0.47% | 0.86% | - |
| XYZ | 38.32 | 45.28 | 74.43 | - |
| YUV | 170.71 | 155.82 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 220 | 0.47 | 0.14 | 0 | 0.14 | 197.88 | 0.6 | 0.66 |
| Hex | 74 | BD | DC | 2F | E | 0 | E | C6 | 3C | 42 |
| Octal | 164 | 275 | 334 | 57 | 16 | 0 | 16 | 306 | 74 | 102 |
| Binary | 1110100 | 10111101 | 11011100 | 101111 | 1110 | 0 | 1110 | 11000110 | 111100 | 1000010 |
Color Harmonies of #74BDDC
Complementary color
Monochromatic Colors of #74BDDC
Black with #74BDDC
Text Example
Text Example
White with #74BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BDDC; }
p { color: rgb(116,189,220); }
H1.HeaderClassName
{
color: #74BDDC;
}
.AnyTagClassName
{
color: #74BDDC;
}
</style>
background-color css
<style>
a { background-color: #74BDDC; }
a { background-color: rgb(116,189,220); }
div.DivClassName
{
background-color: #74BDDC;
}
.BgClassName
{
background-color: #74BDDC;
}
</style>
border-color css
<style>
span { border-color: #74BDDC; }
span { border-color: rgb(116,189,220); }
td.TdClassName
{
border-color: #74BDDC;
}
.TagClassName
{
border-color: #74BDDC;
}
</style>