#75ACD3

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

Shades of Seagull #75ACD3

Tints of Seagull #75ACD3

Color information

#75ACD3 (or 0x75ACD3) is unknown color: approx Seagull. HEX triplet: 75, AC and D3. RGB value is (117,172,211). Sum of RGB (Red+Green+Blue) = 117+172+211=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #75ACD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACD3 is #8A532C. Grayscale: #9F9F9F. Windows color (decimal): -9065261 or 13872245. OLE color: 13872245.

HSL color Cylindrical-coordinate representation of color #75ACD3: hue angle of 204.89º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75ACD3 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117172211-
CMYK0.450.1800.17
HSL204.89º51.65%64.31%-
HSV(B)204.89º44.55%82.75%-
XYZ33.8537.9967.18-
YUV160156.7897.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.4%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 211 (82.81% from 255) = 42.2%
R=23.4%
G=34.4%
B=42.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171722110.450.1800.17204.8951.6564.31
Hex75ACD32D12011cd3440
Octal165254323552202131564100
Binary1110101101011001101001110110110010010001110011011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ACD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,172,211); }

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

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

 a { background-color: rgb(117,172,211); }

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

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

 span { border-color: rgb(117,172,211); }

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