#75BAD9

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

Shades of Seagull #75BAD9

Tints of Seagull #75BAD9

Color information

#75BAD9 (or 0x75BAD9) is unknown color: approx Seagull. HEX triplet: 75, BA and D9. RGB value is (117,186,217). Sum of RGB (Red+Green+Blue) = 117+186+217=520 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.5% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #75BAD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BAD9 is #8A4526. Grayscale: #A8A8A8. Windows color (decimal): -9061671 or 14269045. OLE color: 14269045.

HSL color Cylindrical-coordinate representation of color #75BAD9: hue angle of 198.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75BAD9 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117186217-
CMYK0.460.1400.15
HSL198.6º56.82%65.49%-
HSV(B)198.6º46.08%85.1%-
XYZ37.4243.9172.15-
YUV168.9155.1490.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.5%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 217 (85.16% from 255) = 41.73%
R=22.5%
G=35.77%
B=41.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171862170.460.1400.15198.656.8265.49
Hex75BAD92EE0Fc73941
Octal165272331561601730771101
Binary11101011011101011011001101110111001111110001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,186,217); }

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

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

 a { background-color: rgb(117,186,217); }

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

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

 span { border-color: rgb(117,186,217); }

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