Shades of Seagull #69C0CE
Tints of Seagull #69C0CE
RGB
CMYK
RGB Variations
Color information
#69C0CE (or 0x69C0CE) is known color: Seagull. HEX triplet: 69, C0 and CE. RGB value is (105,192,206). Sum of RGB (Red+Green+Blue) = 105+192+206=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #69C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C0CE is #963F31. Grayscale: #A7A7A7. Windows color (decimal): -9846578 or 13549673. OLE color: 13549673.
HSL color Cylindrical-coordinate representation of color #69C0CE: hue angle of 188.32º 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 #69C0CE is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 192 | 206 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.19 |
| HSL | 188.32º | 0.51% | 0.61% | - |
| HSV(B) | 188.32º | 0.49% | 0.81% | - |
| XYZ | 35.82 | 45.16 | 65.22 | - |
| YUV | 167.58 | 149.68 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 206 | 0.49 | 0.07 | 0 | 0.19 | 188.32 | 0.51 | 0.61 |
| Hex | 69 | C0 | CE | 31 | 7 | 0 | 13 | BC | 33 | 3D |
| Octal | 151 | 300 | 316 | 61 | 7 | 0 | 23 | 274 | 63 | 75 |
| Binary | 1101001 | 11000000 | 11001110 | 110001 | 111 | 0 | 10011 | 10111100 | 110011 | 111101 |
Color Harmonies of #69C0CE
Complementary color
Monochromatic Colors of #69C0CE
Black with #69C0CE
Text Example
Text Example
White with #69C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C0CE; }
p { color: rgb(105,192,206); }
H1.HeaderClassName
{
color: #69C0CE;
}
.AnyTagClassName
{
color: #69C0CE;
}
</style>
background-color css
<style>
a { background-color: #69C0CE; }
a { background-color: rgb(105,192,206); }
div.DivClassName
{
background-color: #69C0CE;
}
.BgClassName
{
background-color: #69C0CE;
}
</style>
border-color css
<style>
span { border-color: #69C0CE; }
span { border-color: rgb(105,192,206); }
td.TdClassName
{
border-color: #69C0CE;
}
.TagClassName
{
border-color: #69C0CE;
}
</style>