#69AED0

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

Shades of Seagull #69AED0

Tints of Seagull #69AED0

Color information

#69AED0 (or 0x69AED0) is unknown color: approx Seagull. HEX triplet: 69, AE and D0. RGB value is (105,174,208). Sum of RGB (Red+Green+Blue) = 105+174+208=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #69AED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AED0 is #96512F. Grayscale: #9D9D9D. Windows color (decimal): -9851184 or 13676137. OLE color: 13676137.

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

Color convert

RGB105174208-
CMYK0.500.1600.18
HSL199.81º52.28%61.37%-
HSV(B)199.81º49.52%81.57%-
XYZ32.3537.8365.27-
YUV157.24156.6490.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.56%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 208 (81.64% from 255) = 42.71%
R=21.56%
G=35.73%
B=42.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051742080.500.1600.18199.8152.2861.37
Hex69AED03210012c8343d
Octal15125632062200223106475
Binary110100110101110110100001100101000001001011001000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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