#1D85AB

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

Shades of Pelorous #1D85AB

Tints of Pelorous #1D85AB

Color information

#1D85AB (or 0x1D85AB) is unknown color: approx Pelorous. HEX triplet: 1D, 85 and AB. RGB value is (29,133,171). Sum of RGB (Red+Green+Blue) = 29+133+171=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D85AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D85AB is #E27A54. Grayscale: #696969. Windows color (decimal): -14842453 or 11240733. OLE color: 11240733.

HSL color Cylindrical-coordinate representation of color #1D85AB: hue angle of 196.06º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D85AB is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB29133171-
CMYK0.830.2200.33
HSL196.06º71%39.22%-
HSV(B)196.06º83.04%67.06%-
XYZ16.2419.9841.53-
YUV106.24164.5472.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.71%
GREEN value IS 133 (52.34% from 255) = 39.94%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=8.71%
G=39.94%
B=51.35%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal291331710.830.2200.33196.067139.22
Hex1D85AB5316021c44727
Octal352052531232604130410747
Binary1110110000101101010111010011101100100001110001001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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