Shades of Seagull #68BECB
Tints of Seagull #68BECB
RGB
CMYK
RGB Variations
Color information
#68BECB (or 0x68BECB) is known color: Seagull. HEX triplet: 68, BE and CB. RGB value is (104,190,203). Sum of RGB (Red+Green+Blue) = 104+190+203=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #68BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BECB is #974134. Grayscale: #A5A5A5. Windows color (decimal): -9912629 or 13352552. OLE color: 13352552.
HSL color Cylindrical-coordinate representation of color #68BECB: hue angle of 187.88º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68BECB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 190 | 203 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.20 |
| HSL | 187.88º | 0.49% | 0.6% | - |
| HSV(B) | 187.88º | 0.49% | 0.8% | - |
| XYZ | 34.9 | 44.08 | 63.17 | - |
| YUV | 165.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 203 | 0.49 | 0.06 | 0 | 0.20 | 187.88 | 0.49 | 0.6 |
| Hex | 68 | BE | CB | 31 | 6 | 0 | 14 | BC | 31 | 3C |
| Octal | 150 | 276 | 313 | 61 | 6 | 0 | 24 | 274 | 61 | 74 |
| Binary | 1101000 | 10111110 | 11001011 | 110001 | 110 | 0 | 10100 | 10111100 | 110001 | 111100 |
Color Harmonies of #68BECB
Complementary color
Monochromatic Colors of #68BECB
Black with #68BECB
Text Example
Text Example
White with #68BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BECB; }
p { color: rgb(104,190,203); }
H1.HeaderClassName
{
color: #68BECB;
}
.AnyTagClassName
{
color: #68BECB;
}
</style>
background-color css
<style>
a { background-color: #68BECB; }
a { background-color: rgb(104,190,203); }
div.DivClassName
{
background-color: #68BECB;
}
.BgClassName
{
background-color: #68BECB;
}
</style>
border-color css
<style>
span { border-color: #68BECB; }
span { border-color: rgb(104,190,203); }
td.TdClassName
{
border-color: #68BECB;
}
.TagClassName
{
border-color: #68BECB;
}
</style>