Shades of Seagull #68ACCB
Tints of Seagull #68ACCB
RGB
CMYK
RGB Variations
Color information
#68ACCB (or 0x68ACCB) is known color: Seagull. HEX triplet: 68, AC and CB. RGB value is (104,172,203). Sum of RGB (Red+Green+Blue) = 104+172+203=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #68ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACCB is #975334. Grayscale: #9B9B9B. Windows color (decimal): -9917237 or 13347944. OLE color: 13347944.
HSL color Cylindrical-coordinate representation of color #68ACCB: hue angle of 198.79º 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 #68ACCB is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 172 | 203 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.20 |
| HSL | 198.79º | 0.49% | 0.6% | - |
| HSV(B) | 198.79º | 0.49% | 0.8% | - |
| XYZ | 31.24 | 36.76 | 61.95 | - |
| YUV | 155.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 203 | 0.49 | 0.15 | 0 | 0.20 | 198.79 | 0.49 | 0.6 |
| Hex | 68 | AC | CB | 31 | F | 0 | 14 | C7 | 31 | 3C |
| Octal | 150 | 254 | 313 | 61 | 17 | 0 | 24 | 307 | 61 | 74 |
| Binary | 1101000 | 10101100 | 11001011 | 110001 | 1111 | 0 | 10100 | 11000111 | 110001 | 111100 |
Color Harmonies of #68ACCB
Complementary color
Monochromatic Colors of #68ACCB
Black with #68ACCB
Text Example
Text Example
White with #68ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACCB; }
p { color: rgb(104,172,203); }
H1.HeaderClassName
{
color: #68ACCB;
}
.AnyTagClassName
{
color: #68ACCB;
}
</style>
background-color css
<style>
a { background-color: #68ACCB; }
a { background-color: rgb(104,172,203); }
div.DivClassName
{
background-color: #68ACCB;
}
.BgClassName
{
background-color: #68ACCB;
}
</style>
border-color css
<style>
span { border-color: #68ACCB; }
span { border-color: rgb(104,172,203); }
td.TdClassName
{
border-color: #68ACCB;
}
.TagClassName
{
border-color: #68ACCB;
}
</style>