#75AFD4

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

Shades of Seagull #75AFD4

Tints of Seagull #75AFD4

Color information

#75AFD4 (or 0x75AFD4) is unknown color: approx Seagull. HEX triplet: 75, AF and D4. RGB value is (117,175,212). Sum of RGB (Red+Green+Blue) = 117+175+212=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 212 (83.20% from 255 or 42.06% from 504); Max value from RGB is 212 - color contains mainly: blue. Hex color #75AFD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AFD4 is #8A502B. Grayscale: #A1A1A1. Windows color (decimal): -9064492 or 13938549. OLE color: 13938549.

HSL color Cylindrical-coordinate representation of color #75AFD4: hue angle of 203.37º 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 #75AFD4 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117175212-
CMYK0.450.1700.17
HSL203.37º52.49%64.51%-
HSV(B)203.37º44.81%83.14%-
XYZ34.5539.268.03-
YUV161.88156.2895.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.21%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 212 (83.20% from 255) = 42.06%
R=23.21%
G=34.72%
B=42.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171752120.450.1700.17203.3752.4964.51
Hex75AFD42D11011cb3441
Octal165257324552102131364101
Binary1110101101011111101010010110110001010001110010111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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