Shades of Seagull #67BACE
Tints of Seagull #67BACE
RGB
CMYK
RGB Variations
Color information
#67BACE (or 0x67BACE) is known color: Seagull. HEX triplet: 67, BA and CE. RGB value is (103,186,206). Sum of RGB (Red+Green+Blue) = 103+186+206=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #67BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BACE is #984531. Grayscale: #A3A3A3. Windows color (decimal): -9979186 or 13548135. OLE color: 13548135.
HSL color Cylindrical-coordinate representation of color #67BACE: hue angle of 191.65º 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 #67BACE is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 186 | 206 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.19 |
| HSL | 191.65º | 0.51% | 0.61% | - |
| HSV(B) | 191.65º | 0.5% | 0.81% | - |
| XYZ | 34.29 | 42.46 | 64.78 | - |
| YUV | 163.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 206 | 0.50 | 0.10 | 0 | 0.19 | 191.65 | 0.51 | 0.61 |
| Hex | 67 | BA | CE | 32 | A | 0 | 13 | C0 | 33 | 3D |
| Octal | 147 | 272 | 316 | 62 | 12 | 0 | 23 | 300 | 63 | 75 |
| Binary | 1100111 | 10111010 | 11001110 | 110010 | 1010 | 0 | 10011 | 11000000 | 110011 | 111101 |
Color Harmonies of #67BACE
Complementary color
Monochromatic Colors of #67BACE
Black with #67BACE
Text Example
Text Example
White with #67BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BACE; }
p { color: rgb(103,186,206); }
H1.HeaderClassName
{
color: #67BACE;
}
.AnyTagClassName
{
color: #67BACE;
}
</style>
background-color css
<style>
a { background-color: #67BACE; }
a { background-color: rgb(103,186,206); }
div.DivClassName
{
background-color: #67BACE;
}
.BgClassName
{
background-color: #67BACE;
}
</style>
border-color css
<style>
span { border-color: #67BACE; }
span { border-color: rgb(103,186,206); }
td.TdClassName
{
border-color: #67BACE;
}
.TagClassName
{
border-color: #67BACE;
}
</style>