Shades of Seagull #67AECB
Tints of Seagull #67AECB
RGB
CMYK
RGB Variations
Color information
#67AECB (or 0x67AECB) is known color: Seagull. HEX triplet: 67, AE and CB. RGB value is (103,174,203). Sum of RGB (Red+Green+Blue) = 103+174+203=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #67AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AECB is #985134. Grayscale: #9B9B9B. Windows color (decimal): -9982261 or 13348455. OLE color: 13348455.
HSL color Cylindrical-coordinate representation of color #67AECB: hue angle of 197.4º 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 #67AECB is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 174 | 203 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.20 |
| HSL | 197.4º | 0.49% | 0.6% | - |
| HSV(B) | 197.4º | 0.49% | 0.8% | - |
| XYZ | 31.51 | 37.47 | 62.07 | - |
| YUV | 156.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 174 | 203 | 0.49 | 0.14 | 0 | 0.20 | 197.4 | 0.49 | 0.6 |
| Hex | 67 | AE | CB | 31 | E | 0 | 14 | C5 | 31 | 3C |
| Octal | 147 | 256 | 313 | 61 | 16 | 0 | 24 | 305 | 61 | 74 |
| Binary | 1100111 | 10101110 | 11001011 | 110001 | 1110 | 0 | 10100 | 11000101 | 110001 | 111100 |
Color Harmonies of #67AECB
Complementary color
Monochromatic Colors of #67AECB
Black with #67AECB
Text Example
Text Example
White with #67AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AECB; }
p { color: rgb(103,174,203); }
H1.HeaderClassName
{
color: #67AECB;
}
.AnyTagClassName
{
color: #67AECB;
}
</style>
background-color css
<style>
a { background-color: #67AECB; }
a { background-color: rgb(103,174,203); }
div.DivClassName
{
background-color: #67AECB;
}
.BgClassName
{
background-color: #67AECB;
}
</style>
border-color css
<style>
span { border-color: #67AECB; }
span { border-color: rgb(103,174,203); }
td.TdClassName
{
border-color: #67AECB;
}
.TagClassName
{
border-color: #67AECB;
}
</style>