Shades of Seagull #68B3CF
Tints of Seagull #68B3CF
RGB
CMYK
RGB Variations
Color information
#68B3CF (or 0x68B3CF) is known color: Seagull. HEX triplet: 68, B3 and CF. RGB value is (104,179,207). Sum of RGB (Red+Green+Blue) = 104+179+207=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #68B3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B3CF is #974C30. Grayscale: #9F9F9F. Windows color (decimal): -9915441 or 13611880. OLE color: 13611880.
HSL color Cylindrical-coordinate representation of color #68B3CF: hue angle of 196.31º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68B3CF is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 179 | 207 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.19 |
| HSL | 196.31º | 0.52% | 0.61% | - |
| HSV(B) | 196.31º | 0.5% | 0.81% | - |
| XYZ | 33.09 | 39.69 | 64.95 | - |
| YUV | 159.77 | 154.65 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 207 | 0.50 | 0.14 | 0 | 0.19 | 196.31 | 0.52 | 0.61 |
| Hex | 68 | B3 | CF | 32 | E | 0 | 13 | C4 | 34 | 3D |
| Octal | 150 | 263 | 317 | 62 | 16 | 0 | 23 | 304 | 64 | 75 |
| Binary | 1101000 | 10110011 | 11001111 | 110010 | 1110 | 0 | 10011 | 11000100 | 110100 | 111101 |
Color Harmonies of #68B3CF
Complementary color
Monochromatic Colors of #68B3CF
Black with #68B3CF
Text Example
Text Example
White with #68B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B3CF; }
p { color: rgb(104,179,207); }
H1.HeaderClassName
{
color: #68B3CF;
}
.AnyTagClassName
{
color: #68B3CF;
}
</style>
background-color css
<style>
a { background-color: #68B3CF; }
a { background-color: rgb(104,179,207); }
div.DivClassName
{
background-color: #68B3CF;
}
.BgClassName
{
background-color: #68B3CF;
}
</style>
border-color css
<style>
span { border-color: #68B3CF; }
span { border-color: rgb(104,179,207); }
td.TdClassName
{
border-color: #68B3CF;
}
.TagClassName
{
border-color: #68B3CF;
}
</style>