#75B1C8

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

Shades of Seagull #75B1C8

Tints of Seagull #75B1C8

Color information

#75B1C8 (or 0x75B1C8) is unknown color: approx Seagull. HEX triplet: 75, B1 and C8. RGB value is (117,177,200). Sum of RGB (Red+Green+Blue) = 117+177+200=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: blue. Hex color #75B1C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B1C8 is #8A4E37. Grayscale: #A1A1A1. Windows color (decimal): -9063992 or 13152629. OLE color: 13152629.

HSL color Cylindrical-coordinate representation of color #75B1C8: hue angle of 196.63º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75B1C8 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117177200-
CMYK0.420.1200.22
HSL196.63º43.01%62.16%-
HSV(B)196.63º41.5%78.43%-
XYZ33.4839.460.48-
YUV161.68149.6296.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.68%
GREEN value IS 177 (69.53% from 255) = 35.83%
BLUE value IS 200 (78.52% from 255) = 40.49%
R=23.68%
G=35.83%
B=40.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171772000.420.1200.22196.6343.0162.16
Hex75B1C82AC016c52b3e
Octal16526131052140263055376
Binary11101011011000111001000101010110001011011000101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,177,200); }

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

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

 a { background-color: rgb(117,177,200); }

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

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

 span { border-color: rgb(117,177,200); }

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