Shades of Seagull #68BACB
Tints of Seagull #68BACB
RGB
CMYK
RGB Variations
Color information
#68BACB (or 0x68BACB) is known color: Seagull. HEX triplet: 68, BA and CB. RGB value is (104,186,203). Sum of RGB (Red+Green+Blue) = 104+186+203=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #68BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BACB is #974534. Grayscale: #A3A3A3. Windows color (decimal): -9913653 or 13351528. OLE color: 13351528.
HSL color Cylindrical-coordinate representation of color #68BACB: hue angle of 190.3º 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 #68BACB is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 186 | 203 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.20 |
| HSL | 190.3º | 0.49% | 0.6% | - |
| HSV(B) | 190.3º | 0.49% | 0.8% | - |
| XYZ | 34.05 | 42.37 | 62.88 | - |
| YUV | 163.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 203 | 0.49 | 0.08 | 0 | 0.20 | 190.3 | 0.49 | 0.6 |
| Hex | 68 | BA | CB | 31 | 8 | 0 | 14 | BE | 31 | 3C |
| Octal | 150 | 272 | 313 | 61 | 10 | 0 | 24 | 276 | 61 | 74 |
| Binary | 1101000 | 10111010 | 11001011 | 110001 | 1000 | 0 | 10100 | 10111110 | 110001 | 111100 |
Color Harmonies of #68BACB
Complementary color
Monochromatic Colors of #68BACB
Black with #68BACB
Text Example
Text Example
White with #68BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BACB; }
p { color: rgb(104,186,203); }
H1.HeaderClassName
{
color: #68BACB;
}
.AnyTagClassName
{
color: #68BACB;
}
</style>
background-color css
<style>
a { background-color: #68BACB; }
a { background-color: rgb(104,186,203); }
div.DivClassName
{
background-color: #68BACB;
}
.BgClassName
{
background-color: #68BACB;
}
</style>
border-color css
<style>
span { border-color: #68BACB; }
span { border-color: rgb(104,186,203); }
td.TdClassName
{
border-color: #68BACB;
}
.TagClassName
{
border-color: #68BACB;
}
</style>