Shades of Seagull #69C2CC
Tints of Seagull #69C2CC
RGB
CMYK
RGB Variations
Color information
#69C2CC (or 0x69C2CC) is known color: Seagull. HEX triplet: 69, C2 and CC. RGB value is (105,194,204). Sum of RGB (Red+Green+Blue) = 105+194+204=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #69C2CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2CC is #963D33. Grayscale: #A8A8A8. Windows color (decimal): -9846068 or 13419113. OLE color: 13419113.
HSL color Cylindrical-coordinate representation of color #69C2CC: hue angle of 186.06º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69C2CC is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 194 | 204 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.2 |
| HSL | 186.06º | 0.49% | 0.61% | - |
| HSV(B) | 186.06º | 0.49% | 0.8% | - |
| XYZ | 36.02 | 45.95 | 64.1 | - |
| YUV | 168.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 204 | 0.49 | 0.05 | 0 | 0.2 | 186.06 | 0.49 | 0.61 |
| Hex | 69 | C2 | CC | 31 | 5 | 0 | 14 | BA | 31 | 3D |
| Octal | 151 | 302 | 314 | 61 | 5 | 0 | 24 | 272 | 61 | 75 |
| Binary | 1101001 | 11000010 | 11001100 | 110001 | 101 | 0 | 10100 | 10111010 | 110001 | 111101 |
Color Harmonies of #69C2CC
Complementary color
Monochromatic Colors of #69C2CC
Black with #69C2CC
Text Example
Text Example
White with #69C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2CC; }
p { color: rgb(105,194,204); }
H1.HeaderClassName
{
color: #69C2CC;
}
.AnyTagClassName
{
color: #69C2CC;
}
</style>
background-color css
<style>
a { background-color: #69C2CC; }
a { background-color: rgb(105,194,204); }
div.DivClassName
{
background-color: #69C2CC;
}
.BgClassName
{
background-color: #69C2CC;
}
</style>
border-color css
<style>
span { border-color: #69C2CC; }
span { border-color: rgb(105,194,204); }
td.TdClassName
{
border-color: #69C2CC;
}
.TagClassName
{
border-color: #69C2CC;
}
</style>