Shades of Seagull #67ADCD
Tints of Seagull #67ADCD
RGB
CMYK
RGB Variations
Color information
#67ADCD (or 0x67ADCD) is known color: Seagull. HEX triplet: 67, AD and CD. RGB value is (103,173,205). Sum of RGB (Red+Green+Blue) = 103+173+205=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #67ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADCD is #985232. Grayscale: #9B9B9B. Windows color (decimal): -9982515 or 13479271. OLE color: 13479271.
HSL color Cylindrical-coordinate representation of color #67ADCD: hue angle of 198.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67ADCD is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 173 | 205 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.20 |
| HSL | 198.82º | 0.5% | 0.6% | - |
| HSV(B) | 198.82º | 0.5% | 0.8% | - |
| XYZ | 31.56 | 37.18 | 63.27 | - |
| YUV | 155.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 205 | 0.50 | 0.16 | 0 | 0.20 | 198.82 | 0.5 | 0.6 |
| Hex | 67 | AD | CD | 32 | 10 | 0 | 14 | C7 | 32 | 3C |
| Octal | 147 | 255 | 315 | 62 | 20 | 0 | 24 | 307 | 62 | 74 |
| Binary | 1100111 | 10101101 | 11001101 | 110010 | 10000 | 0 | 10100 | 11000111 | 110010 | 111100 |
Color Harmonies of #67ADCD
Complementary color
Monochromatic Colors of #67ADCD
Black with #67ADCD
Text Example
Text Example
White with #67ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADCD; }
p { color: rgb(103,173,205); }
H1.HeaderClassName
{
color: #67ADCD;
}
.AnyTagClassName
{
color: #67ADCD;
}
</style>
background-color css
<style>
a { background-color: #67ADCD; }
a { background-color: rgb(103,173,205); }
div.DivClassName
{
background-color: #67ADCD;
}
.BgClassName
{
background-color: #67ADCD;
}
</style>
border-color css
<style>
span { border-color: #67ADCD; }
span { border-color: rgb(103,173,205); }
td.TdClassName
{
border-color: #67ADCD;
}
.TagClassName
{
border-color: #67ADCD;
}
</style>