#1D94AB

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

Shades of Pelorous #1D94AB

Tints of Pelorous #1D94AB

Color information

#1D94AB (or 0x1D94AB) is unknown color: approx Pelorous. HEX triplet: 1D, 94 and AB. RGB value is (29,148,171). Sum of RGB (Red+Green+Blue) = 29+148+171=348 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.33% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D94AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D94AB is #E26B54. Grayscale: #727272. Windows color (decimal): -14838613 or 11244573. OLE color: 11244573.

HSL color Cylindrical-coordinate representation of color #1D94AB: hue angle of 189.72º 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 #1D94AB is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB29148171-
CMYK0.830.1300.33
HSL189.72º71%39.22%-
HSV(B)189.72º83.04%67.06%-
XYZ18.4524.3842.26-
YUV115.04159.5866.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.33%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=8.33%
G=42.53%
B=49.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal291481710.830.1300.33189.727139.22
Hex1D94AB53D021be4727
Octal352242531231504127610747
Binary111011001010010101011101001111010100001101111101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D94AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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