#69C2D1

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

Shades of Seagull #69C2D1

Tints of Seagull #69C2D1

Color information

#69C2D1 (or 0x69C2D1) is unknown color: approx Seagull. HEX triplet: 69, C2 and D1. RGB value is (105,194,209). Sum of RGB (Red+Green+Blue) = 105+194+209=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #69C2D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2D1 is #963D2E. Grayscale: #A8A8A8. Windows color (decimal): -9846063 or 13746793. OLE color: 13746793.

HSL color Cylindrical-coordinate representation of color #69C2D1: hue angle of 188.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69C2D1 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105194209-
CMYK0.500.0700.18
HSL188.65º53.06%61.57%-
HSV(B)188.65º49.76%81.96%-
XYZ36.6346.1967.31-
YUV169.1150.5182.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.67%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=20.67%
G=38.19%
B=41.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051942090.500.0700.18188.6553.0661.57
Hex69C2D1327012bd353e
Octal1513023216270222756576
Binary1101001110000101101000111001011101001010111101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,194,209); }

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

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

 a { background-color: rgb(105,194,209); }

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

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

 span { border-color: rgb(105,194,209); }

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