#75ABCA

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

Shades of Seagull #75ABCA

Tints of Seagull #75ABCA

Color information

#75ABCA (or 0x75ABCA) is unknown color: approx Seagull. HEX triplet: 75, AB and CA. RGB value is (117,171,202). Sum of RGB (Red+Green+Blue) = 117+171+202=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #75ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABCA is #8A5435. Grayscale: #9E9E9E. Windows color (decimal): -9065526 or 13282165. OLE color: 13282165.

HSL color Cylindrical-coordinate representation of color #75ABCA: hue angle of 201.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75ABCA is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117171202-
CMYK0.420.1500.21
HSL201.88º44.5%62.55%-
HSV(B)201.88º42.08%79.22%-
XYZ32.5637.1761.34-
YUV158.39152.6198.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.88%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=23.88%
G=34.90%
B=41.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171712020.420.1500.21201.8844.562.55
Hex75ABCA2AF015ca2d3f
Octal16525331252170253125577
Binary11101011010101111001010101010111101010111001010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,171,202); }

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

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

 a { background-color: rgb(117,171,202); }

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

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

 span { border-color: rgb(117,171,202); }

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