Shades of Seagull #69BCCE
Tints of Seagull #69BCCE
RGB
CMYK
RGB Variations
Color information
#69BCCE (or 0x69BCCE) is known color: Seagull. HEX triplet: 69, BC and CE. RGB value is (105,188,206). Sum of RGB (Red+Green+Blue) = 105+188+206=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 188 (73.83% from 255 or 37.68% 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 #69BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BCCE is #964331. Grayscale: #A5A5A5. Windows color (decimal): -9847602 or 13548649. OLE color: 13548649.
HSL color Cylindrical-coordinate representation of color #69BCCE: hue angle of 190.69º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69BCCE is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 188 | 206 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.19 |
| HSL | 190.69º | 0.51% | 0.61% | - |
| HSV(B) | 190.69º | 0.49% | 0.81% | - |
| XYZ | 34.95 | 43.43 | 64.93 | - |
| YUV | 165.24 | 151 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 206 | 0.49 | 0.09 | 0 | 0.19 | 190.69 | 0.51 | 0.61 |
| Hex | 69 | BC | CE | 31 | 9 | 0 | 13 | BF | 33 | 3D |
| Octal | 151 | 274 | 316 | 61 | 11 | 0 | 23 | 277 | 63 | 75 |
| Binary | 1101001 | 10111100 | 11001110 | 110001 | 1001 | 0 | 10011 | 10111111 | 110011 | 111101 |
Color Harmonies of #69BCCE
Complementary color
Monochromatic Colors of #69BCCE
Black with #69BCCE
Text Example
Text Example
White with #69BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BCCE; }
p { color: rgb(105,188,206); }
H1.HeaderClassName
{
color: #69BCCE;
}
.AnyTagClassName
{
color: #69BCCE;
}
</style>
background-color css
<style>
a { background-color: #69BCCE; }
a { background-color: rgb(105,188,206); }
div.DivClassName
{
background-color: #69BCCE;
}
.BgClassName
{
background-color: #69BCCE;
}
</style>
border-color css
<style>
span { border-color: #69BCCE; }
span { border-color: rgb(105,188,206); }
td.TdClassName
{
border-color: #69BCCE;
}
.TagClassName
{
border-color: #69BCCE;
}
</style>