Shades of Seagull #69ABCB
Tints of Seagull #69ABCB
RGB
CMYK
RGB Variations
Color information
#69ABCB (or 0x69ABCB) is known color: Seagull. HEX triplet: 69, AB and CB. RGB value is (105,171,203). Sum of RGB (Red+Green+Blue) = 105+171+203=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #69ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABCB is #965434. Grayscale: #9A9A9A. Windows color (decimal): -9851957 or 13347689. OLE color: 13347689.
HSL color Cylindrical-coordinate representation of color #69ABCB: hue angle of 199.59º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69ABCB is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 171 | 203 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.20 |
| HSL | 199.59º | 0.49% | 0.6% | - |
| HSV(B) | 199.59º | 0.48% | 0.8% | - |
| XYZ | 31.17 | 36.44 | 61.89 | - |
| YUV | 154.91 | 155.13 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 203 | 0.48 | 0.16 | 0 | 0.20 | 199.59 | 0.49 | 0.6 |
| Hex | 69 | AB | CB | 30 | 10 | 0 | 14 | C8 | 31 | 3C |
| Octal | 151 | 253 | 313 | 60 | 20 | 0 | 24 | 310 | 61 | 74 |
| Binary | 1101001 | 10101011 | 11001011 | 110000 | 10000 | 0 | 10100 | 11001000 | 110001 | 111100 |
Color Harmonies of #69ABCB
Complementary color
Monochromatic Colors of #69ABCB
Black with #69ABCB
Text Example
Text Example
White with #69ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ABCB; }
p { color: rgb(105,171,203); }
H1.HeaderClassName
{
color: #69ABCB;
}
.AnyTagClassName
{
color: #69ABCB;
}
</style>
background-color css
<style>
a { background-color: #69ABCB; }
a { background-color: rgb(105,171,203); }
div.DivClassName
{
background-color: #69ABCB;
}
.BgClassName
{
background-color: #69ABCB;
}
</style>
border-color css
<style>
span { border-color: #69ABCB; }
span { border-color: rgb(105,171,203); }
td.TdClassName
{
border-color: #69ABCB;
}
.TagClassName
{
border-color: #69ABCB;
}
</style>