Shades of Seagull #69BFD4
Tints of Seagull #69BFD4
RGB
CMYK
RGB Variations
Color information
#69BFD4 (or 0x69BFD4) is known color: Seagull. HEX triplet: 69, BF and D4. RGB value is (105,191,212). Sum of RGB (Red+Green+Blue) = 105+191+212=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #69BFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BFD4 is #96402B. Grayscale: #A7A7A7. Windows color (decimal): -9846828 or 13942633. OLE color: 13942633.
HSL color Cylindrical-coordinate representation of color #69BFD4: hue angle of 191.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69BFD4 is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 191 | 212 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.17 |
| HSL | 191.78º | 0.55% | 0.62% | - |
| HSV(B) | 191.78º | 0.5% | 0.83% | - |
| XYZ | 36.34 | 45.02 | 69.06 | - |
| YUV | 167.68 | 153.01 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 212 | 0.50 | 0.10 | 0 | 0.17 | 191.78 | 0.55 | 0.62 |
| Hex | 69 | BF | D4 | 32 | A | 0 | 11 | C0 | 37 | 3E |
| Octal | 151 | 277 | 324 | 62 | 12 | 0 | 21 | 300 | 67 | 76 |
| Binary | 1101001 | 10111111 | 11010100 | 110010 | 1010 | 0 | 10001 | 11000000 | 110111 | 111110 |
Color Harmonies of #69BFD4
Complementary color
Monochromatic Colors of #69BFD4
Black with #69BFD4
Text Example
Text Example
White with #69BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BFD4; }
p { color: rgb(105,191,212); }
H1.HeaderClassName
{
color: #69BFD4;
}
.AnyTagClassName
{
color: #69BFD4;
}
</style>
background-color css
<style>
a { background-color: #69BFD4; }
a { background-color: rgb(105,191,212); }
div.DivClassName
{
background-color: #69BFD4;
}
.BgClassName
{
background-color: #69BFD4;
}
</style>
border-color css
<style>
span { border-color: #69BFD4; }
span { border-color: rgb(105,191,212); }
td.TdClassName
{
border-color: #69BFD4;
}
.TagClassName
{
border-color: #69BFD4;
}
</style>