Shades of Seagull #69BFCC
Tints of Seagull #69BFCC
RGB
CMYK
RGB Variations
Color information
#69BFCC (or 0x69BFCC) is known color: Seagull. HEX triplet: 69, BF and CC. RGB value is (105,191,204). Sum of RGB (Red+Green+Blue) = 105+191+204=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #69BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFCC is #964033. Grayscale: #A6A6A6. Windows color (decimal): -9846836 or 13418345. OLE color: 13418345.
HSL color Cylindrical-coordinate representation of color #69BFCC: hue angle of 187.88º 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 #69BFCC is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 191 | 204 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.2 |
| HSL | 187.88º | 0.49% | 0.61% | - |
| HSV(B) | 187.88º | 0.49% | 0.8% | - |
| XYZ | 35.36 | 44.62 | 63.88 | - |
| YUV | 166.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 204 | 0.49 | 0.06 | 0 | 0.2 | 187.88 | 0.49 | 0.61 |
| Hex | 69 | BF | CC | 31 | 6 | 0 | 14 | BC | 31 | 3D |
| Octal | 151 | 277 | 314 | 61 | 6 | 0 | 24 | 274 | 61 | 75 |
| Binary | 1101001 | 10111111 | 11001100 | 110001 | 110 | 0 | 10100 | 10111100 | 110001 | 111101 |
Color Harmonies of #69BFCC
Complementary color
Monochromatic Colors of #69BFCC
Black with #69BFCC
Text Example
Text Example
White with #69BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BFCC; }
p { color: rgb(105,191,204); }
H1.HeaderClassName
{
color: #69BFCC;
}
.AnyTagClassName
{
color: #69BFCC;
}
</style>
background-color css
<style>
a { background-color: #69BFCC; }
a { background-color: rgb(105,191,204); }
div.DivClassName
{
background-color: #69BFCC;
}
.BgClassName
{
background-color: #69BFCC;
}
</style>
border-color css
<style>
span { border-color: #69BFCC; }
span { border-color: rgb(105,191,204); }
td.TdClassName
{
border-color: #69BFCC;
}
.TagClassName
{
border-color: #69BFCC;
}
</style>