Shades of Seagull #67BECE
Tints of Seagull #67BECE
RGB
CMYK
RGB Variations
Color information
#67BECE (or 0x67BECE) is known color: Seagull. HEX triplet: 67, BE and CE. RGB value is (103,190,206). Sum of RGB (Red+Green+Blue) = 103+190+206=499 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.64% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #67BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BECE is #984131. Grayscale: #A5A5A5. Windows color (decimal): -9978162 or 13549159. OLE color: 13549159.
HSL color Cylindrical-coordinate representation of color #67BECE: hue angle of 189.32º degrees, saturation: 0.51, 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 #67BECE is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 190 | 206 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.19 |
| HSL | 189.32º | 0.51% | 0.61% | - |
| HSV(B) | 189.32º | 0.5% | 0.81% | - |
| XYZ | 35.15 | 44.17 | 65.07 | - |
| YUV | 165.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 206 | 0.50 | 0.08 | 0 | 0.19 | 189.32 | 0.51 | 0.61 |
| Hex | 67 | BE | CE | 32 | 8 | 0 | 13 | BD | 33 | 3D |
| Octal | 147 | 276 | 316 | 62 | 10 | 0 | 23 | 275 | 63 | 75 |
| Binary | 1100111 | 10111110 | 11001110 | 110010 | 1000 | 0 | 10011 | 10111101 | 110011 | 111101 |
Color Harmonies of #67BECE
Complementary color
Monochromatic Colors of #67BECE
Black with #67BECE
Text Example
Text Example
White with #67BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BECE; }
p { color: rgb(103,190,206); }
H1.HeaderClassName
{
color: #67BECE;
}
.AnyTagClassName
{
color: #67BECE;
}
</style>
background-color css
<style>
a { background-color: #67BECE; }
a { background-color: rgb(103,190,206); }
div.DivClassName
{
background-color: #67BECE;
}
.BgClassName
{
background-color: #67BECE;
}
</style>
border-color css
<style>
span { border-color: #67BECE; }
span { border-color: rgb(103,190,206); }
td.TdClassName
{
border-color: #67BECE;
}
.TagClassName
{
border-color: #67BECE;
}
</style>