#69AECA

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

Shades of Seagull #69AECA

Tints of Seagull #69AECA

Color information

#69AECA (or 0x69AECA) is unknown color: approx Seagull. HEX triplet: 69, AE and CA. RGB value is (105,174,202). Sum of RGB (Red+Green+Blue) = 105+174+202=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #69AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AECA is #965135. Grayscale: #9C9C9C. Windows color (decimal): -9851190 or 13282921. OLE color: 13282921.

HSL color Cylindrical-coordinate representation of color #69AECA: hue angle of 197.32º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69AECA is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB105174202-
CMYK0.480.1400.21
HSL197.32º47.78%60.2%-
HSV(B)197.32º48.02%79.22%-
XYZ31.6237.5461.46-
YUV156.56153.6491.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 202 (79.30% from 255) = 42.00%
R=21.83%
G=36.17%
B=42.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1051742020.480.1400.21197.3247.7860.2
Hex69AECA30E015c5303c
Octal15125631260160253056074
Binary11010011010111011001010110000111001010111000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,174,202); }

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

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

 a { background-color: rgb(105,174,202); }

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

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

 span { border-color: rgb(105,174,202); }

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