#75AFCD

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

Shades of Seagull #75AFCD

Tints of Seagull #75AFCD

Color information

#75AFCD (or 0x75AFCD) is unknown color: approx Seagull. HEX triplet: 75, AF and CD. RGB value is (117,175,205). Sum of RGB (Red+Green+Blue) = 117+175+205=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #75AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AFCD is #8A5032. Grayscale: #A0A0A0. Windows color (decimal): -9064499 or 13479797. OLE color: 13479797.

HSL color Cylindrical-coordinate representation of color #75AFCD: hue angle of 200.45º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75AFCD is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117175205-
CMYK0.430.1500.20
HSL200.45º46.81%63.14%-
HSV(B)200.45º42.93%80.39%-
XYZ33.6938.8563.48-
YUV161.08152.7896.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.54%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=23.54%
G=35.21%
B=41.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171752050.430.1500.20200.4546.8163.14
Hex75AFCD2BF014c82f3f
Octal16525731553170243105777
Binary11101011010111111001101101011111101010011001000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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