#75B8D1

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

Shades of Seagull #75B8D1

Tints of Seagull #75B8D1

Color information

#75B8D1 (or 0x75B8D1) is unknown color: approx Seagull. HEX triplet: 75, B8 and D1. RGB value is (117,184,209). Sum of RGB (Red+Green+Blue) = 117+184+209=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #75B8D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B8D1 is #8A472E. Grayscale: #A6A6A6. Windows color (decimal): -9062191 or 13744245. OLE color: 13744245.

HSL color Cylindrical-coordinate representation of color #75B8D1: hue angle of 196.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75B8D1 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117184209-
CMYK0.440.1200.18
HSL196.3º50%63.92%-
HSV(B)196.3º44.02%81.96%-
XYZ35.9942.6766.66-
YUV166.82151.892.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.94%
GREEN value IS 184 (72.27% from 255) = 36.08%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=22.94%
G=36.08%
B=40.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171842090.440.1200.18196.35063.92
Hex75B8D12CC012c43240
Octal165270321541402230462100
Binary111010110111000110100011011001100010010110001001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,184,209); }

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

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

 a { background-color: rgb(117,184,209); }

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

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

 span { border-color: rgb(117,184,209); }

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