#7CAEB1

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

Shades of Neptune #7CAEB1

Tints of Neptune #7CAEB1

Color information

#7CAEB1 (or 0x7CAEB1) is unknown color: approx Neptune. HEX triplet: 7C, AE and B1. RGB value is (124,174,177). Sum of RGB (Red+Green+Blue) = 124+174+177=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 177 - color contains mainly: blue. Hex color #7CAEB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEB1 is #83514E. Grayscale: #9F9F9F. Windows color (decimal): -8606031 or 11644540. OLE color: 11644540.

HSL color Cylindrical-coordinate representation of color #7CAEB1: hue angle of 183.4º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7CAEB1 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124174177-
CMYK0.300.0200.31
HSL183.4º25.36%59.02%-
HSV(B)183.4º29.94%69.41%-
XYZ31.3837.7347.22-
YUV159.39137.94102.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.11%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 177 (69.53% from 255) = 37.26%
R=26.11%
G=36.63%
B=37.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241741770.300.0200.31183.425.3659.02
Hex7CAEB11E201Fb7193b
Octal1742562613620372673173
Binary1111100101011101011000111110100111111011011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CAEB1; }

 p { color: rgb(124,174,177); }

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

<style>
 a { background-color: #7CAEB1; }

 a { background-color: rgb(124,174,177); }

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

<style>
 span { border-color: #7CAEB1; }

 span { border-color: rgb(124,174,177); }

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