Shades of Seagull #67BFCB
Tints of Seagull #67BFCB
RGB
CMYK
RGB Variations
Color information
#67BFCB (or 0x67BFCB) is known color: Seagull. HEX triplet: 67, BF and CB. RGB value is (103,191,203). Sum of RGB (Red+Green+Blue) = 103+191+203=497 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.72% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #67BFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFCB is #984034. Grayscale: #A5A5A5. Windows color (decimal): -9977909 or 13352807. OLE color: 13352807.
HSL color Cylindrical-coordinate representation of color #67BFCB: hue angle of 187.2º 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 #67BFCB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 191 | 203 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.20 |
| HSL | 187.2º | 0.49% | 0.6% | - |
| HSV(B) | 187.2º | 0.49% | 0.8% | - |
| XYZ | 35 | 44.46 | 63.24 | - |
| YUV | 166.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 203 | 0.49 | 0.06 | 0 | 0.20 | 187.2 | 0.49 | 0.6 |
| Hex | 67 | BF | CB | 31 | 6 | 0 | 14 | BB | 31 | 3C |
| Octal | 147 | 277 | 313 | 61 | 6 | 0 | 24 | 273 | 61 | 74 |
| Binary | 1100111 | 10111111 | 11001011 | 110001 | 110 | 0 | 10100 | 10111011 | 110001 | 111100 |
Color Harmonies of #67BFCB
Complementary color
Monochromatic Colors of #67BFCB
Black with #67BFCB
Text Example
Text Example
White with #67BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFCB; }
p { color: rgb(103,191,203); }
H1.HeaderClassName
{
color: #67BFCB;
}
.AnyTagClassName
{
color: #67BFCB;
}
</style>
background-color css
<style>
a { background-color: #67BFCB; }
a { background-color: rgb(103,191,203); }
div.DivClassName
{
background-color: #67BFCB;
}
.BgClassName
{
background-color: #67BFCB;
}
</style>
border-color css
<style>
span { border-color: #67BFCB; }
span { border-color: rgb(103,191,203); }
td.TdClassName
{
border-color: #67BFCB;
}
.TagClassName
{
border-color: #67BFCB;
}
</style>