#75AECF

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

Shades of Seagull #75AECF

Tints of Seagull #75AECF

Color information

#75AECF (or 0x75AECF) is unknown color: approx Seagull. HEX triplet: 75, AE and CF. RGB value is (117,174,207). Sum of RGB (Red+Green+Blue) = 117+174+207=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #75AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AECF is #8A5130. Grayscale: #A0A0A0. Windows color (decimal): -9064753 or 13610613. OLE color: 13610613.

HSL color Cylindrical-coordinate representation of color #75AECF: hue angle of 202º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75AECF is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB117174207-
CMYK0.430.1600.19
HSL202º48.39%63.53%-
HSV(B)202º43.48%81.18%-
XYZ33.7338.5664.7-
YUV160.72154.1296.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=23.49%
G=34.94%
B=41.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1171742070.430.1600.1920248.3963.53
Hex75AECF2B10013ca3040
Octal165256317532002331260100
Binary1110101101011101100111110101110000010011110010101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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