Shades of Seagull #75BEDB
Tints of Seagull #75BEDB
RGB
CMYK
RGB Variations
Color information
#75BEDB (or 0x75BEDB) is known color: Seagull. HEX triplet: 75, BE and DB. RGB value is (117,190,219). Sum of RGB (Red+Green+Blue) = 117+190+219=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #75BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BEDB is #8A4124. Grayscale: #ABABAB. Windows color (decimal): -9060645 or 14401141. OLE color: 14401141.
HSL color Cylindrical-coordinate representation of color #75BEDB: hue angle of 197.06º 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 #75BEDB is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 190 | 219 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.14 |
| HSL | 197.06º | 0.59% | 0.66% | - |
| HSV(B) | 197.06º | 0.47% | 0.86% | - |
| XYZ | 38.54 | 45.72 | 73.81 | - |
| YUV | 171.48 | 154.82 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 190 | 219 | 0.47 | 0.13 | 0 | 0.14 | 197.06 | 0.59 | 0.66 |
| Hex | 75 | BE | DB | 2F | D | 0 | E | C5 | 3B | 42 |
| Octal | 165 | 276 | 333 | 57 | 15 | 0 | 16 | 305 | 73 | 102 |
| Binary | 1110101 | 10111110 | 11011011 | 101111 | 1101 | 0 | 1110 | 11000101 | 111011 | 1000010 |
Color Harmonies of #75BEDB
Complementary color
Monochromatic Colors of #75BEDB
Black with #75BEDB
Text Example
Text Example
White with #75BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BEDB; }
p { color: rgb(117,190,219); }
H1.HeaderClassName
{
color: #75BEDB;
}
.AnyTagClassName
{
color: #75BEDB;
}
</style>
background-color css
<style>
a { background-color: #75BEDB; }
a { background-color: rgb(117,190,219); }
div.DivClassName
{
background-color: #75BEDB;
}
.BgClassName
{
background-color: #75BEDB;
}
</style>
border-color css
<style>
span { border-color: #75BEDB; }
span { border-color: rgb(117,190,219); }
td.TdClassName
{
border-color: #75BEDB;
}
.TagClassName
{
border-color: #75BEDB;
}
</style>