#1D9CB7

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

Shades of Pelorous #1D9CB7

Tints of Pelorous #1D9CB7

Color information

#1D9CB7 (or 0x1D9CB7) is unknown color: approx Pelorous. HEX triplet: 1D, 9C and B7. RGB value is (29,156,183). Sum of RGB (Red+Green+Blue) = 29+156+183=368 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.88% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #1D9CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D9CB7 is #E26348. Grayscale: #787878. Windows color (decimal): -14836553 or 12033053. OLE color: 12033053.

HSL color Cylindrical-coordinate representation of color #1D9CB7: hue angle of 190.52º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D9CB7 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB29156183-
CMYK0.840.1500.28
HSL190.52º72.64%41.57%-
HSV(B)190.52º84.15%71.76%-
XYZ20.9427.4649-
YUV121.1162.9262.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.88%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 183 (71.88% from 255) = 49.73%
R=7.88%
G=42.39%
B=49.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal291561830.840.1500.28190.5272.6441.57
Hex1D9CB754F01Cbf492a
Octal352342671241703427711152
Binary11101100111001011011110101001111011100101111111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,156,183); }

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

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

 a { background-color: rgb(29,156,183); }

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

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

 span { border-color: rgb(29,156,183); }

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