#69BDC8

Color #69BDC8 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #69BDC8

Tints of Seagull #69BDC8

Color information

#69BDC8 (or 0x69BDC8) is unknown color: approx Seagull. HEX triplet: 69, BD and C8. RGB value is (105,189,200). Sum of RGB (Red+Green+Blue) = 105+189+200=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: blue. Hex color #69BDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69BDC8 is #964237. Grayscale: #A5A5A5. Windows color (decimal): -9847352 or 13155689. OLE color: 13155689.

HSL color Cylindrical-coordinate representation of color #69BDC8: hue angle of 186.95º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69BDC8 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB105189200-
CMYK0.480.0600.22
HSL186.95º46.34%59.8%-
HSV(B)186.95º47.5%78.43%-
XYZ34.4543.5761.24-
YUV165.14147.6785.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 200 (78.52% from 255) = 40.49%
R=21.26%
G=38.26%
B=40.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051892000.480.0600.22186.9546.3459.8
Hex69BDC8306016bb2e3c
Octal1512753106060262735674
Binary1101001101111011100100011000011001011010111011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BDC8; }

 p { color: rgb(105,189,200); }

 H1.HeaderClassName
 {
   color: #69BDC8;
 }
 .AnyTagClassName
 {
   color: #69BDC8;
 }
</style>
background-color css

<style>
 a { background-color: #69BDC8; }

 a { background-color: rgb(105,189,200); }

 div.DivClassName
 {
   background-color: #69BDC8;
 }
 .BgClassName
 {
   background-color: #69BDC8;
 }
</style>
border-color css

<style>
 span { border-color: #69BDC8; }

 span { border-color: rgb(105,189,200); }

 td.TdClassName
 {
   border-color: #69BDC8;
 }
 .TagClassName
 {
   border-color: #69BDC8;
 }
</style>