#75A9B3

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

Shades of Neptune #75A9B3

Tints of Neptune #75A9B3

Color information

#75A9B3 (or 0x75A9B3) is unknown color: approx Neptune. HEX triplet: 75, A9 and B3. RGB value is (117,169,179). Sum of RGB (Red+Green+Blue) = 117+169+179=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #75A9B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A9B3 is #8A564C. Grayscale: #9A9A9A. Windows color (decimal): -9066061 or 11774325. OLE color: 11774325.

HSL color Cylindrical-coordinate representation of color #75A9B3: hue angle of 189.68º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75A9B3 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117169179-
CMYK0.350.0600.30
HSL189.68º28.97%58.04%-
HSV(B)189.68º34.64%70.2%-
XYZ29.6635.4147.92-
YUV154.59141.77101.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.16%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 179 (70.31% from 255) = 38.49%
R=25.16%
G=36.34%
B=38.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171691790.350.0600.30189.6828.9758.04
Hex75A9B323601Ebe1d3a
Octal1652512634360362763572
Binary111010110101001101100111000111100111101011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,169,179); }

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

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

 a { background-color: rgb(117,169,179); }

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

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

 span { border-color: rgb(117,169,179); }

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