Shades of Seagull #67ADC9
Tints of Seagull #67ADC9
RGB
CMYK
RGB Variations
Color information
#67ADC9 (or 0x67ADC9) is known color: Seagull. HEX triplet: 67, AD and C9. RGB value is (103,173,201). Sum of RGB (Red+Green+Blue) = 103+173+201=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #67ADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADC9 is #985236. Grayscale: #9B9B9B. Windows color (decimal): -9982519 or 13217127. OLE color: 13217127.
HSL color Cylindrical-coordinate representation of color #67ADC9: hue angle of 197.14º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67ADC9 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 173 | 201 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.21 |
| HSL | 197.14º | 0.48% | 0.6% | - |
| HSV(B) | 197.14º | 0.49% | 0.79% | - |
| XYZ | 31.08 | 36.99 | 60.76 | - |
| YUV | 155.26 | 153.81 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 201 | 0.49 | 0.14 | 0 | 0.21 | 197.14 | 0.48 | 0.6 |
| Hex | 67 | AD | C9 | 31 | E | 0 | 15 | C5 | 30 | 3C |
| Octal | 147 | 255 | 311 | 61 | 16 | 0 | 25 | 305 | 60 | 74 |
| Binary | 1100111 | 10101101 | 11001001 | 110001 | 1110 | 0 | 10101 | 11000101 | 110000 | 111100 |
Color Harmonies of #67ADC9
Complementary color
Monochromatic Colors of #67ADC9
Black with #67ADC9
Text Example
Text Example
White with #67ADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADC9; }
p { color: rgb(103,173,201); }
H1.HeaderClassName
{
color: #67ADC9;
}
.AnyTagClassName
{
color: #67ADC9;
}
</style>
background-color css
<style>
a { background-color: #67ADC9; }
a { background-color: rgb(103,173,201); }
div.DivClassName
{
background-color: #67ADC9;
}
.BgClassName
{
background-color: #67ADC9;
}
</style>
border-color css
<style>
span { border-color: #67ADC9; }
span { border-color: rgb(103,173,201); }
td.TdClassName
{
border-color: #67ADC9;
}
.TagClassName
{
border-color: #67ADC9;
}
</style>