#75A9C7

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

Shades of Seagull #75A9C7

Tints of Seagull #75A9C7

Color information

#75A9C7 (or 0x75A9C7) is unknown color: approx Seagull. HEX triplet: 75, A9 and C7. RGB value is (117,169,199). Sum of RGB (Red+Green+Blue) = 117+169+199=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: blue. Hex color #75A9C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A9C7 is #8A5638. Grayscale: #9C9C9C. Windows color (decimal): -9066041 or 13085045. OLE color: 13085045.

HSL color Cylindrical-coordinate representation of color #75A9C7: hue angle of 201.95º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75A9C7 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117169199-
CMYK0.410.1500.22
HSL201.95º42.27%61.96%-
HSV(B)201.95º41.21%78.04%-
XYZ31.8336.2859.36-
YUV156.87151.7799.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.12%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 199 (78.12% from 255) = 41.03%
R=24.12%
G=34.85%
B=41.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171691990.410.1500.22201.9542.2761.96
Hex75A9C729F016ca2a3e
Octal16525130751170263125276
Binary11101011010100111000111101001111101011011001010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,169,199); }

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

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

 a { background-color: rgb(117,169,199); }

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

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

 span { border-color: rgb(117,169,199); }

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