#7DAFB0

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

Shades of Neptune #7DAFB0

Tints of Neptune #7DAFB0

Color information

#7DAFB0 (or 0x7DAFB0) is unknown color: approx Neptune. HEX triplet: 7D, AF and B0. RGB value is (125,175,176). Sum of RGB (Red+Green+Blue) = 125+175+176=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 176 - color contains mainly: blue. Hex color #7DAFB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAFB0 is #82504F. Grayscale: #A0A0A0. Windows color (decimal): -8540240 or 11579261. OLE color: 11579261.

HSL color Cylindrical-coordinate representation of color #7DAFB0: hue angle of 181.18º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DAFB0 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125175176-
CMYK0.290.0100.31
HSL181.18º24.4%59.02%-
HSV(B)181.18º28.98%69.02%-
XYZ31.6238.1546.77-
YUV160.16136.94102.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.26%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=26.26%
G=36.76%
B=36.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751760.290.0100.31181.1824.459.02
Hex7DAFB01D101Fb5183b
Octal1752572603510372653073
Binary111110110101111101100001110110111111011010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,175,176); }

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

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

 a { background-color: rgb(125,175,176); }

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

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

 span { border-color: rgb(125,175,176); }

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