#1D7E85

Color #1D7E85 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #1D7E85

Tints of Atoll #1D7E85

Color information

#1D7E85 (or 0x1D7E85) is unknown color: approx Atoll. HEX triplet: 1D, 7E and 85. RGB value is (29,126,133). Sum of RGB (Red+Green+Blue) = 29+126+133=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D7E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7E85 is #E2817A. Grayscale: #616161. Windows color (decimal): -14844283 or 8748573. OLE color: 8748573.

HSL color Cylindrical-coordinate representation of color #1D7E85: hue angle of 184.04º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D7E85 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB29126133-
CMYK0.780.0500.48
HSL184.04º64.2%31.76%-
HSV(B)184.04º78.2%52.16%-
XYZ12.216.8824.8-
YUV97.79147.8678.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.07%
GREEN value IS 126 (49.61% from 255) = 43.75%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=10.07%
G=43.75%
B=46.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal291261330.780.0500.48184.0464.231.76
Hex1D7E854E5030b84020
Octal35176205116506027010040
Binary1110111111101000010110011101010110000101110001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D7E85; }

 p { color: rgb(29,126,133); }

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

<style>
 a { background-color: #1D7E85; }

 a { background-color: rgb(29,126,133); }

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

<style>
 span { border-color: #1D7E85; }

 span { border-color: rgb(29,126,133); }

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