#69AECC

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

Shades of Seagull #69AECC

Tints of Seagull #69AECC

Color information

#69AECC (or 0x69AECC) is unknown color: approx Seagull. HEX triplet: 69, AE and CC. RGB value is (105,174,204). Sum of RGB (Red+Green+Blue) = 105+174+204=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #69AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AECC is #965133. Grayscale: #9C9C9C. Windows color (decimal): -9851188 or 13413993. OLE color: 13413993.

HSL color Cylindrical-coordinate representation of color #69AECC: hue angle of 198.18º 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 #69AECC is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB105174204-
CMYK0.490.1500.2
HSL198.18º49.25%60.59%-
HSV(B)198.18º48.53%80%-
XYZ31.8637.6362.71-
YUV156.79154.6491.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=21.74%
G=36.02%
B=42.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051742040.490.1500.2198.1849.2560.59
Hex69AECC31F014c6313d
Octal15125631461170243066175
Binary11010011010111011001100110001111101010011000110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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