Shades of Seagull #67AECE
Tints of Seagull #67AECE
RGB
CMYK
RGB Variations
Color information
#67AECE (or 0x67AECE) is known color: Seagull. HEX triplet: 67, AE and CE. RGB value is (103,174,206). Sum of RGB (Red+Green+Blue) = 103+174+206=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #67AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AECE is #985131. Grayscale: #9C9C9C. Windows color (decimal): -9982258 or 13545063. OLE color: 13545063.
HSL color Cylindrical-coordinate representation of color #67AECE: hue angle of 198.64º degrees, saturation: 0.51, 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 #67AECE is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 174 | 206 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.19 |
| HSL | 198.64º | 0.51% | 0.61% | - |
| HSV(B) | 198.64º | 0.5% | 0.81% | - |
| XYZ | 31.87 | 37.61 | 63.97 | - |
| YUV | 156.42 | 155.98 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 174 | 206 | 0.50 | 0.16 | 0 | 0.19 | 198.64 | 0.51 | 0.61 |
| Hex | 67 | AE | CE | 32 | 10 | 0 | 13 | C7 | 33 | 3D |
| Octal | 147 | 256 | 316 | 62 | 20 | 0 | 23 | 307 | 63 | 75 |
| Binary | 1100111 | 10101110 | 11001110 | 110010 | 10000 | 0 | 10011 | 11000111 | 110011 | 111101 |
Color Harmonies of #67AECE
Complementary color
Monochromatic Colors of #67AECE
Black with #67AECE
Text Example
Text Example
White with #67AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AECE; }
p { color: rgb(103,174,206); }
H1.HeaderClassName
{
color: #67AECE;
}
.AnyTagClassName
{
color: #67AECE;
}
</style>
background-color css
<style>
a { background-color: #67AECE; }
a { background-color: rgb(103,174,206); }
div.DivClassName
{
background-color: #67AECE;
}
.BgClassName
{
background-color: #67AECE;
}
</style>
border-color css
<style>
span { border-color: #67AECE; }
span { border-color: rgb(103,174,206); }
td.TdClassName
{
border-color: #67AECE;
}
.TagClassName
{
border-color: #67AECE;
}
</style>