#75BACC

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

Shades of Seagull #75BACC

Tints of Seagull #75BACC

Color information

#75BACC (or 0x75BACC) is unknown color: approx Seagull. HEX triplet: 75, BA and CC. RGB value is (117,186,204). Sum of RGB (Red+Green+Blue) = 117+186+204=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #75BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BACC is #8A4533. Grayscale: #A7A7A7. Windows color (decimal): -9061684 or 13417077. OLE color: 13417077.

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

Color convert

RGB117186204-
CMYK0.430.0900.2
HSL192.41º46.03%62.94%-
HSV(B)192.41º42.65%80%-
XYZ35.7943.2663.59-
YUV167.42148.6492.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.08%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 204 (80.08% from 255) = 40.24%
R=23.08%
G=36.69%
B=40.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171862040.430.0900.2192.4146.0362.94
Hex75BACC2B9014c02e3f
Octal16527231453110243005677
Binary11101011011101011001100101011100101010011000000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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