#71A5AF

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

Shades of Neptune #71A5AF

Tints of Neptune #71A5AF

Color information

#71A5AF (or 0x71A5AF) is unknown color: approx Neptune. HEX triplet: 71, A5 and AF. RGB value is (113,165,175). Sum of RGB (Red+Green+Blue) = 113+165+175=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #71A5AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A5AF is #8E5A50. Grayscale: #969696. Windows color (decimal): -9329233 or 11511153. OLE color: 11511153.

HSL color Cylindrical-coordinate representation of color #71A5AF: hue angle of 189.68º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71A5AF is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113165175-
CMYK0.350.0600.31
HSL189.68º27.93%56.47%-
HSV(B)189.68º35.43%68.63%-
XYZ2833.5245.55-
YUV150.59141.77101.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.94%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=24.94%
G=36.42%
B=38.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131651750.350.0600.31189.6827.9356.47
Hex71A5AF23601Fbe1c38
Octal1612452574360372763470
Binary111000110100101101011111000111100111111011111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A5AF; }

 p { color: rgb(113,165,175); }

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

<style>
 a { background-color: #71A5AF; }

 a { background-color: rgb(113,165,175); }

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

<style>
 span { border-color: #71A5AF; }

 span { border-color: rgb(113,165,175); }

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