#75ADD4

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

Shades of Seagull #75ADD4

Tints of Seagull #75ADD4

Color information

#75ADD4 (or 0x75ADD4) is unknown color: approx Seagull. HEX triplet: 75, AD and D4. RGB value is (117,173,212). Sum of RGB (Red+Green+Blue) = 117+173+212=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #75ADD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADD4 is #8A522B. Grayscale: #A0A0A0. Windows color (decimal): -9065004 or 13938037. OLE color: 13938037.

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

Color convert

RGB117173212-
CMYK0.450.1800.17
HSL204.63º52.49%64.51%-
HSV(B)204.63º44.81%83.14%-
XYZ34.1638.4267.9-
YUV160.7156.9596.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.31%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=23.31%
G=34.46%
B=42.23%

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
Decimal1171732120.450.1800.17204.6352.4964.51
Hex75ADD42D12011cd3441
Octal165255324552202131564101
Binary1110101101011011101010010110110010010001110011011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,173,212); }

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

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

 a { background-color: rgb(117,173,212); }

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

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

 span { border-color: rgb(117,173,212); }

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