#1D9ABD

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

Shades of Pelorous #1D9ABD

Tints of Pelorous #1D9ABD

Color information

#1D9ABD (or 0x1D9ABD) is unknown color: approx Pelorous. HEX triplet: 1D, 9A and BD. RGB value is (29,154,189). Sum of RGB (Red+Green+Blue) = 29+154+189=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D9ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9ABD is #E26542. Grayscale: #787878. Windows color (decimal): -14837059 or 12425757. OLE color: 12425757.

HSL color Cylindrical-coordinate representation of color #1D9ABD: hue angle of 193.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D9ABD is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB29154189-
CMYK0.850.1900.26
HSL193.12º73.39%42.75%-
HSV(B)193.12º84.66%74.12%-
XYZ21.2527.0552.24-
YUV120.61166.5962.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.80%
GREEN value IS 154 (60.55% from 255) = 41.40%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=7.80%
G=41.40%
B=50.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal291541890.850.1900.26193.1273.3942.75
Hex1D9ABD551301Ac1492b
Octal352322751252303230111153
Binary111011001101010111101101010110011011010110000011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,154,189); }

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

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

 a { background-color: rgb(29,154,189); }

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

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

 span { border-color: rgb(29,154,189); }

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