Shades of Seagull #69C4CE
Tints of Seagull #69C4CE
RGB
CMYK
RGB Variations
Color information
#69C4CE (or 0x69C4CE) is known color: Seagull. HEX triplet: 69, C4 and CE. RGB value is (105,196,206). Sum of RGB (Red+Green+Blue) = 105+196+206=507 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.71% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #69C4CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C4CE is #963B31. Grayscale: #A9A9A9. Windows color (decimal): -9845554 or 13550697. OLE color: 13550697.
HSL color Cylindrical-coordinate representation of color #69C4CE: hue angle of 185.94º 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 #69C4CE is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 196 | 206 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.19 |
| HSL | 185.94º | 0.51% | 0.61% | - |
| HSV(B) | 185.94º | 0.49% | 0.81% | - |
| XYZ | 36.71 | 46.94 | 65.52 | - |
| YUV | 169.93 | 148.35 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 196 | 206 | 0.49 | 0.05 | 0 | 0.19 | 185.94 | 0.51 | 0.61 |
| Hex | 69 | C4 | CE | 31 | 5 | 0 | 13 | BA | 33 | 3D |
| Octal | 151 | 304 | 316 | 61 | 5 | 0 | 23 | 272 | 63 | 75 |
| Binary | 1101001 | 11000100 | 11001110 | 110001 | 101 | 0 | 10011 | 10111010 | 110011 | 111101 |
Color Harmonies of #69C4CE
Complementary color
Monochromatic Colors of #69C4CE
Black with #69C4CE
Text Example
Text Example
White with #69C4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C4CE; }
p { color: rgb(105,196,206); }
H1.HeaderClassName
{
color: #69C4CE;
}
.AnyTagClassName
{
color: #69C4CE;
}
</style>
background-color css
<style>
a { background-color: #69C4CE; }
a { background-color: rgb(105,196,206); }
div.DivClassName
{
background-color: #69C4CE;
}
.BgClassName
{
background-color: #69C4CE;
}
</style>
border-color css
<style>
span { border-color: #69C4CE; }
span { border-color: rgb(105,196,206); }
td.TdClassName
{
border-color: #69C4CE;
}
.TagClassName
{
border-color: #69C4CE;
}
</style>