Shades of Seagull #67BECB
Tints of Seagull #67BECB
RGB
CMYK
RGB Variations
Color information
#67BECB (or 0x67BECB) is known color: Seagull. HEX triplet: 67, BE and CB. RGB value is (103,190,203). Sum of RGB (Red+Green+Blue) = 103+190+203=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #67BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BECB is #984134. Grayscale: #A5A5A5. Windows color (decimal): -9978165 or 13352551. OLE color: 13352551.
HSL color Cylindrical-coordinate representation of color #67BECB: hue angle of 187.8º 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 #67BECB is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 190 | 203 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.20 |
| HSL | 187.8º | 0.49% | 0.6% | - |
| HSV(B) | 187.8º | 0.49% | 0.8% | - |
| XYZ | 34.79 | 44.02 | 63.16 | - |
| YUV | 165.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 203 | 0.49 | 0.06 | 0 | 0.20 | 187.8 | 0.49 | 0.6 |
| Hex | 67 | BE | CB | 31 | 6 | 0 | 14 | BC | 31 | 3C |
| Octal | 147 | 276 | 313 | 61 | 6 | 0 | 24 | 274 | 61 | 74 |
| Binary | 1100111 | 10111110 | 11001011 | 110001 | 110 | 0 | 10100 | 10111100 | 110001 | 111100 |
Color Harmonies of #67BECB
Complementary color
Monochromatic Colors of #67BECB
Black with #67BECB
Text Example
Text Example
White with #67BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BECB; }
p { color: rgb(103,190,203); }
H1.HeaderClassName
{
color: #67BECB;
}
.AnyTagClassName
{
color: #67BECB;
}
</style>
background-color css
<style>
a { background-color: #67BECB; }
a { background-color: rgb(103,190,203); }
div.DivClassName
{
background-color: #67BECB;
}
.BgClassName
{
background-color: #67BECB;
}
</style>
border-color css
<style>
span { border-color: #67BECB; }
span { border-color: rgb(103,190,203); }
td.TdClassName
{
border-color: #67BECB;
}
.TagClassName
{
border-color: #67BECB;
}
</style>