Shades of Seagull #69BFC8
Tints of Seagull #69BFC8
RGB
CMYK
RGB Variations
Color information
#69BFC8 (or 0x69BFC8) is known color: Seagull. HEX triplet: 69, BF and C8. RGB value is (105,191,200). Sum of RGB (Red+Green+Blue) = 105+191+200=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #69BFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFC8 is #964037. Grayscale: #A6A6A6. Windows color (decimal): -9846840 or 13156201. OLE color: 13156201.
HSL color Cylindrical-coordinate representation of color #69BFC8: hue angle of 185.68º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69BFC8 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 191 | 200 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.22 |
| HSL | 185.68º | 0.46% | 0.6% | - |
| HSV(B) | 185.68º | 0.48% | 0.78% | - |
| XYZ | 34.88 | 44.44 | 61.38 | - |
| YUV | 166.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 200 | 0.48 | 0.04 | 0 | 0.22 | 185.68 | 0.46 | 0.6 |
| Hex | 69 | BF | C8 | 30 | 4 | 0 | 16 | BA | 2E | 3C |
| Octal | 151 | 277 | 310 | 60 | 4 | 0 | 26 | 272 | 56 | 74 |
| Binary | 1101001 | 10111111 | 11001000 | 110000 | 100 | 0 | 10110 | 10111010 | 101110 | 111100 |
Color Harmonies of #69BFC8
Complementary color
Monochromatic Colors of #69BFC8
Black with #69BFC8
Text Example
Text Example
White with #69BFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BFC8; }
p { color: rgb(105,191,200); }
H1.HeaderClassName
{
color: #69BFC8;
}
.AnyTagClassName
{
color: #69BFC8;
}
</style>
background-color css
<style>
a { background-color: #69BFC8; }
a { background-color: rgb(105,191,200); }
div.DivClassName
{
background-color: #69BFC8;
}
.BgClassName
{
background-color: #69BFC8;
}
</style>
border-color css
<style>
span { border-color: #69BFC8; }
span { border-color: rgb(105,191,200); }
td.TdClassName
{
border-color: #69BFC8;
}
.TagClassName
{
border-color: #69BFC8;
}
</style>