Shades of Seagull #67BFC9
Tints of Seagull #67BFC9
RGB
CMYK
RGB Variations
Color information
#67BFC9 (or 0x67BFC9) is known color: Seagull. HEX triplet: 67, BF and C9. RGB value is (103,191,201). Sum of RGB (Red+Green+Blue) = 103+191+201=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #67BFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFC9 is #984036. Grayscale: #A5A5A5. Windows color (decimal): -9977911 or 13221735. OLE color: 13221735.
HSL color Cylindrical-coordinate representation of color #67BFC9: hue angle of 186.12º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67BFC9 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 191 | 201 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.21 |
| HSL | 186.12º | 0.48% | 0.6% | - |
| HSV(B) | 186.12º | 0.49% | 0.79% | - |
| XYZ | 34.77 | 44.36 | 61.99 | - |
| YUV | 165.83 | 147.85 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 201 | 0.49 | 0.05 | 0 | 0.21 | 186.12 | 0.48 | 0.6 |
| Hex | 67 | BF | C9 | 31 | 5 | 0 | 15 | BA | 30 | 3C |
| Octal | 147 | 277 | 311 | 61 | 5 | 0 | 25 | 272 | 60 | 74 |
| Binary | 1100111 | 10111111 | 11001001 | 110001 | 101 | 0 | 10101 | 10111010 | 110000 | 111100 |
Color Harmonies of #67BFC9
Complementary color
Monochromatic Colors of #67BFC9
Black with #67BFC9
Text Example
Text Example
White with #67BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFC9; }
p { color: rgb(103,191,201); }
H1.HeaderClassName
{
color: #67BFC9;
}
.AnyTagClassName
{
color: #67BFC9;
}
</style>
background-color css
<style>
a { background-color: #67BFC9; }
a { background-color: rgb(103,191,201); }
div.DivClassName
{
background-color: #67BFC9;
}
.BgClassName
{
background-color: #67BFC9;
}
</style>
border-color css
<style>
span { border-color: #67BFC9; }
span { border-color: rgb(103,191,201); }
td.TdClassName
{
border-color: #67BFC9;
}
.TagClassName
{
border-color: #67BFC9;
}
</style>