#75AED0

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

Shades of Seagull #75AED0

Tints of Seagull #75AED0

Color information

#75AED0 (or 0x75AED0) is unknown color: approx Seagull. HEX triplet: 75, AE and D0. RGB value is (117,174,208). Sum of RGB (Red+Green+Blue) = 117+174+208=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #75AED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AED0 is #8A512F. Grayscale: #A0A0A0. Windows color (decimal): -9064752 or 13676149. OLE color: 13676149.

HSL color Cylindrical-coordinate representation of color #75AED0: hue angle of 202.42º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75AED0 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117174208-
CMYK0.440.1600.18
HSL202.42º49.19%63.73%-
HSV(B)202.42º43.75%81.57%-
XYZ33.8638.6165.34-
YUV160.83154.6296.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 208 (81.64% from 255) = 41.68%
R=23.45%
G=34.87%
B=41.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171742080.440.1600.18202.4249.1963.73
Hex75AED02C10012ca3140
Octal165256320542002231261100
Binary1110101101011101101000010110010000010010110010101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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