#75BACD

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

Shades of Seagull #75BACD

Tints of Seagull #75BACD

Color information

#75BACD (or 0x75BACD) is unknown color: approx Seagull. HEX triplet: 75, BA and CD. RGB value is (117,186,205). Sum of RGB (Red+Green+Blue) = 117+186+205=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #75BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BACD is #8A4532. Grayscale: #A7A7A7. Windows color (decimal): -9061683 or 13482613. OLE color: 13482613.

HSL color Cylindrical-coordinate representation of color #75BACD: hue angle of 192.95º 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 #75BACD is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117186205-
CMYK0.430.0900.20
HSL192.95º46.81%63.14%-
HSV(B)192.95º42.93%80.39%-
XYZ35.9143.3164.22-
YUV167.54149.1491.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.03%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=23.03%
G=36.61%
B=40.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171862050.430.0900.20192.9546.8163.14
Hex75BACD2B9014c12f3f
Octal16527231553110243015777
Binary11101011011101011001101101011100101010011000001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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