Shades of Seagull #69AECB
Tints of Seagull #69AECB
RGB
CMYK
RGB Variations
Color information
#69AECB (or 0x69AECB) is known color: Seagull. HEX triplet: 69, AE and CB. RGB value is (105,174,203). Sum of RGB (Red+Green+Blue) = 105+174+203=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #69AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AECB is #965134. Grayscale: #9C9C9C. Windows color (decimal): -9851189 or 13348457. OLE color: 13348457.
HSL color Cylindrical-coordinate representation of color #69AECB: hue angle of 197.76º 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 #69AECB is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 174 | 203 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.20 |
| HSL | 197.76º | 0.49% | 0.6% | - |
| HSV(B) | 197.76º | 0.48% | 0.8% | - |
| XYZ | 31.74 | 37.59 | 62.08 | - |
| YUV | 156.68 | 154.14 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 174 | 203 | 0.48 | 0.14 | 0 | 0.20 | 197.76 | 0.49 | 0.6 |
| Hex | 69 | AE | CB | 30 | E | 0 | 14 | C6 | 31 | 3C |
| Octal | 151 | 256 | 313 | 60 | 16 | 0 | 24 | 306 | 61 | 74 |
| Binary | 1101001 | 10101110 | 11001011 | 110000 | 1110 | 0 | 10100 | 11000110 | 110001 | 111100 |
Color Harmonies of #69AECB
Complementary color
Monochromatic Colors of #69AECB
Black with #69AECB
Text Example
Text Example
White with #69AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AECB; }
p { color: rgb(105,174,203); }
H1.HeaderClassName
{
color: #69AECB;
}
.AnyTagClassName
{
color: #69AECB;
}
</style>
background-color css
<style>
a { background-color: #69AECB; }
a { background-color: rgb(105,174,203); }
div.DivClassName
{
background-color: #69AECB;
}
.BgClassName
{
background-color: #69AECB;
}
</style>
border-color css
<style>
span { border-color: #69AECB; }
span { border-color: rgb(105,174,203); }
td.TdClassName
{
border-color: #69AECB;
}
.TagClassName
{
border-color: #69AECB;
}
</style>