Shades of Seagull #74BEDB
Tints of Seagull #74BEDB
RGB
CMYK
RGB Variations
Color information
#74BEDB (or 0x74BEDB) is known color: Seagull. HEX triplet: 74, BE and DB. RGB value is (116,190,219). Sum of RGB (Red+Green+Blue) = 116+190+219=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #74BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEDB is #8B4124. Grayscale: #AAAAAA. Windows color (decimal): -9126181 or 14401140. OLE color: 14401140.
HSL color Cylindrical-coordinate representation of color #74BEDB: hue angle of 196.89º degrees, saturation: 0.59, 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 #74BEDB is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 190 | 219 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.14 |
| HSL | 196.89º | 0.59% | 0.66% | - |
| HSV(B) | 196.89º | 0.47% | 0.86% | - |
| XYZ | 38.4 | 45.65 | 73.81 | - |
| YUV | 171.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 219 | 0.47 | 0.13 | 0 | 0.14 | 196.89 | 0.59 | 0.66 |
| Hex | 74 | BE | DB | 2F | D | 0 | E | C5 | 3B | 42 |
| Octal | 164 | 276 | 333 | 57 | 15 | 0 | 16 | 305 | 73 | 102 |
| Binary | 1110100 | 10111110 | 11011011 | 101111 | 1101 | 0 | 1110 | 11000101 | 111011 | 1000010 |
Color Harmonies of #74BEDB
Complementary color
Monochromatic Colors of #74BEDB
Black with #74BEDB
Text Example
Text Example
White with #74BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEDB; }
p { color: rgb(116,190,219); }
H1.HeaderClassName
{
color: #74BEDB;
}
.AnyTagClassName
{
color: #74BEDB;
}
</style>
background-color css
<style>
a { background-color: #74BEDB; }
a { background-color: rgb(116,190,219); }
div.DivClassName
{
background-color: #74BEDB;
}
.BgClassName
{
background-color: #74BEDB;
}
</style>
border-color css
<style>
span { border-color: #74BEDB; }
span { border-color: rgb(116,190,219); }
td.TdClassName
{
border-color: #74BEDB;
}
.TagClassName
{
border-color: #74BEDB;
}
</style>