Shades of Seagull #67BCCD
Tints of Seagull #67BCCD
RGB
CMYK
RGB Variations
Color information
#67BCCD (or 0x67BCCD) is known color: Seagull. HEX triplet: 67, BC and CD. RGB value is (103,188,205). Sum of RGB (Red+Green+Blue) = 103+188+205=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #67BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCCD is #984332. Grayscale: #A4A4A4. Windows color (decimal): -9978675 or 13483111. OLE color: 13483111.
HSL color Cylindrical-coordinate representation of color #67BCCD: hue angle of 190º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67BCCD is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 188 | 205 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.20 |
| HSL | 190º | 0.5% | 0.6% | - |
| HSV(B) | 190º | 0.5% | 0.8% | - |
| XYZ | 34.6 | 43.26 | 64.28 | - |
| YUV | 164.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 205 | 0.50 | 0.08 | 0 | 0.20 | 190 | 0.5 | 0.6 |
| Hex | 67 | BC | CD | 32 | 8 | 0 | 14 | BE | 32 | 3C |
| Octal | 147 | 274 | 315 | 62 | 10 | 0 | 24 | 276 | 62 | 74 |
| Binary | 1100111 | 10111100 | 11001101 | 110010 | 1000 | 0 | 10100 | 10111110 | 110010 | 111100 |
Color Harmonies of #67BCCD
Complementary color
Monochromatic Colors of #67BCCD
Black with #67BCCD
Text Example
Text Example
White with #67BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCCD; }
p { color: rgb(103,188,205); }
H1.HeaderClassName
{
color: #67BCCD;
}
.AnyTagClassName
{
color: #67BCCD;
}
</style>
background-color css
<style>
a { background-color: #67BCCD; }
a { background-color: rgb(103,188,205); }
div.DivClassName
{
background-color: #67BCCD;
}
.BgClassName
{
background-color: #67BCCD;
}
</style>
border-color css
<style>
span { border-color: #67BCCD; }
span { border-color: rgb(103,188,205); }
td.TdClassName
{
border-color: #67BCCD;
}
.TagClassName
{
border-color: #67BCCD;
}
</style>