Shades of Seagull #67BECF
Tints of Seagull #67BECF
RGB
CMYK
RGB Variations
Color information
#67BECF (or 0x67BECF) is known color: Seagull. HEX triplet: 67, BE and CF. RGB value is (103,190,207). Sum of RGB (Red+Green+Blue) = 103+190+207=500 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.6% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #67BECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BECF is #984130. Grayscale: #A5A5A5. Windows color (decimal): -9978161 or 13614695. OLE color: 13614695.
HSL color Cylindrical-coordinate representation of color #67BECF: hue angle of 189.81º degrees, saturation: 0.52, 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 #67BECF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 190 | 207 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.19 |
| HSL | 189.81º | 0.52% | 0.61% | - |
| HSV(B) | 189.81º | 0.5% | 0.81% | - |
| XYZ | 35.27 | 44.22 | 65.71 | - |
| YUV | 165.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 207 | 0.50 | 0.08 | 0 | 0.19 | 189.81 | 0.52 | 0.61 |
| Hex | 67 | BE | CF | 32 | 8 | 0 | 13 | BE | 34 | 3D |
| Octal | 147 | 276 | 317 | 62 | 10 | 0 | 23 | 276 | 64 | 75 |
| Binary | 1100111 | 10111110 | 11001111 | 110010 | 1000 | 0 | 10011 | 10111110 | 110100 | 111101 |
Color Harmonies of #67BECF
Complementary color
Monochromatic Colors of #67BECF
Black with #67BECF
Text Example
Text Example
White with #67BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BECF; }
p { color: rgb(103,190,207); }
H1.HeaderClassName
{
color: #67BECF;
}
.AnyTagClassName
{
color: #67BECF;
}
</style>
background-color css
<style>
a { background-color: #67BECF; }
a { background-color: rgb(103,190,207); }
div.DivClassName
{
background-color: #67BECF;
}
.BgClassName
{
background-color: #67BECF;
}
</style>
border-color css
<style>
span { border-color: #67BECF; }
span { border-color: rgb(103,190,207); }
td.TdClassName
{
border-color: #67BECF;
}
.TagClassName
{
border-color: #67BECF;
}
</style>