Shades of Seagull #68AFCF
Tints of Seagull #68AFCF
RGB
CMYK
RGB Variations
Color information
#68AFCF (or 0x68AFCF) is known color: Seagull. HEX triplet: 68, AF and CF. RGB value is (104,175,207). Sum of RGB (Red+Green+Blue) = 104+175+207=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #68AFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFCF is #975030. Grayscale: #9D9D9D. Windows color (decimal): -9916465 or 13610856. OLE color: 13610856.
HSL color Cylindrical-coordinate representation of color #68AFCF: hue angle of 198.64º 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 #68AFCF is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 175 | 207 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.19 |
| HSL | 198.64º | 0.52% | 0.61% | - |
| HSV(B) | 198.64º | 0.5% | 0.81% | - |
| XYZ | 32.3 | 38.11 | 64.68 | - |
| YUV | 157.42 | 155.98 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 207 | 0.50 | 0.15 | 0 | 0.19 | 198.64 | 0.52 | 0.61 |
| Hex | 68 | AF | CF | 32 | F | 0 | 13 | C7 | 34 | 3D |
| Octal | 150 | 257 | 317 | 62 | 17 | 0 | 23 | 307 | 64 | 75 |
| Binary | 1101000 | 10101111 | 11001111 | 110010 | 1111 | 0 | 10011 | 11000111 | 110100 | 111101 |
Color Harmonies of #68AFCF
Complementary color
Monochromatic Colors of #68AFCF
Black with #68AFCF
Text Example
Text Example
White with #68AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AFCF; }
p { color: rgb(104,175,207); }
H1.HeaderClassName
{
color: #68AFCF;
}
.AnyTagClassName
{
color: #68AFCF;
}
</style>
background-color css
<style>
a { background-color: #68AFCF; }
a { background-color: rgb(104,175,207); }
div.DivClassName
{
background-color: #68AFCF;
}
.BgClassName
{
background-color: #68AFCF;
}
</style>
border-color css
<style>
span { border-color: #68AFCF; }
span { border-color: rgb(104,175,207); }
td.TdClassName
{
border-color: #68AFCF;
}
.TagClassName
{
border-color: #68AFCF;
}
</style>