Shades of Seagull #67ADCB
Tints of Seagull #67ADCB
RGB
CMYK
RGB Variations
Color information
#67ADCB (or 0x67ADCB) is known color: Seagull. HEX triplet: 67, AD and CB. RGB value is (103,173,203). Sum of RGB (Red+Green+Blue) = 103+173+203=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #67ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADCB is #985234. Grayscale: #9B9B9B. Windows color (decimal): -9982517 or 13348199. OLE color: 13348199.
HSL color Cylindrical-coordinate representation of color #67ADCB: hue angle of 198º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67ADCB is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 173 | 203 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.20 |
| HSL | 198º | 0.49% | 0.6% | - |
| HSV(B) | 198º | 0.49% | 0.8% | - |
| XYZ | 31.32 | 37.08 | 62.01 | - |
| YUV | 155.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 203 | 0.49 | 0.15 | 0 | 0.20 | 198 | 0.49 | 0.6 |
| Hex | 67 | AD | CB | 31 | F | 0 | 14 | C6 | 31 | 3C |
| Octal | 147 | 255 | 313 | 61 | 17 | 0 | 24 | 306 | 61 | 74 |
| Binary | 1100111 | 10101101 | 11001011 | 110001 | 1111 | 0 | 10100 | 11000110 | 110001 | 111100 |
Color Harmonies of #67ADCB
Complementary color
Monochromatic Colors of #67ADCB
Black with #67ADCB
Text Example
Text Example
White with #67ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADCB; }
p { color: rgb(103,173,203); }
H1.HeaderClassName
{
color: #67ADCB;
}
.AnyTagClassName
{
color: #67ADCB;
}
</style>
background-color css
<style>
a { background-color: #67ADCB; }
a { background-color: rgb(103,173,203); }
div.DivClassName
{
background-color: #67ADCB;
}
.BgClassName
{
background-color: #67ADCB;
}
</style>
border-color css
<style>
span { border-color: #67ADCB; }
span { border-color: rgb(103,173,203); }
td.TdClassName
{
border-color: #67ADCB;
}
.TagClassName
{
border-color: #67ADCB;
}
</style>