Shades of Seagull #68BAD3
Tints of Seagull #68BAD3
RGB
CMYK
RGB Variations
Color information
#68BAD3 (or 0x68BAD3) is known color: Seagull. HEX triplet: 68, BA and D3. RGB value is (104,186,211). Sum of RGB (Red+Green+Blue) = 104+186+211=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 211 - color contains mainly: blue. Hex color #68BAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BAD3 is #97452C. Grayscale: #A4A4A4. Windows color (decimal): -9913645 or 13875816. OLE color: 13875816.
HSL color Cylindrical-coordinate representation of color #68BAD3: hue angle of 194.02º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68BAD3 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 186 | 211 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.17 |
| HSL | 194.02º | 0.55% | 0.62% | - |
| HSV(B) | 194.02º | 0.51% | 0.83% | - |
| XYZ | 35.03 | 42.76 | 68.04 | - |
| YUV | 164.33 | 154.33 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 211 | 0.51 | 0.12 | 0 | 0.17 | 194.02 | 0.55 | 0.62 |
| Hex | 68 | BA | D3 | 33 | C | 0 | 11 | C2 | 37 | 3E |
| Octal | 150 | 272 | 323 | 63 | 14 | 0 | 21 | 302 | 67 | 76 |
| Binary | 1101000 | 10111010 | 11010011 | 110011 | 1100 | 0 | 10001 | 11000010 | 110111 | 111110 |
Color Harmonies of #68BAD3
Complementary color
Monochromatic Colors of #68BAD3
Black with #68BAD3
Text Example
Text Example
White with #68BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAD3; }
p { color: rgb(104,186,211); }
H1.HeaderClassName
{
color: #68BAD3;
}
.AnyTagClassName
{
color: #68BAD3;
}
</style>
background-color css
<style>
a { background-color: #68BAD3; }
a { background-color: rgb(104,186,211); }
div.DivClassName
{
background-color: #68BAD3;
}
.BgClassName
{
background-color: #68BAD3;
}
</style>
border-color css
<style>
span { border-color: #68BAD3; }
span { border-color: rgb(104,186,211); }
td.TdClassName
{
border-color: #68BAD3;
}
.TagClassName
{
border-color: #68BAD3;
}
</style>