#1D9EB2

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

Shades of Pelorous #1D9EB2

Tints of Pelorous #1D9EB2

Color information

#1D9EB2 (or 0x1D9EB2) is unknown color: approx Pelorous. HEX triplet: 1D, 9E and B2. RGB value is (29,158,178). Sum of RGB (Red+Green+Blue) = 29+158+178=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #1D9EB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9EB2 is #E2614D. Grayscale: #797979. Windows color (decimal): -14836046 or 11705885. OLE color: 11705885.

HSL color Cylindrical-coordinate representation of color #1D9EB2: hue angle of 188.05º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D9EB2 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB29158178-
CMYK0.840.1100.30
HSL188.05º71.98%40.59%-
HSV(B)188.05º83.71%69.8%-
XYZ20.7727.9346.42-
YUV121.71159.7661.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.95%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 178 (69.92% from 255) = 48.77%
R=7.95%
G=43.29%
B=48.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal291581780.840.1100.30188.0571.9840.59
Hex1D9EB254B01Ebc4829
Octal352362621241303627411051
Binary11101100111101011001010101001011011110101111001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,158,178); }

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

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

 a { background-color: rgb(29,158,178); }

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

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

 span { border-color: rgb(29,158,178); }

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