#1DA0B1

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

Shades of Pelorous #1DA0B1

Tints of Pelorous #1DA0B1

Color information

#1DA0B1 (or 0x1DA0B1) is unknown color: approx Pelorous. HEX triplet: 1D, A0 and B1. RGB value is (29,160,177). Sum of RGB (Red+Green+Blue) = 29+160+177=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #1DA0B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA0B1 is #E25F4E. Grayscale: #7A7A7A. Windows color (decimal): -14835535 or 11640861. OLE color: 11640861.

HSL color Cylindrical-coordinate representation of color #1DA0B1: hue angle of 186.89º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DA0B1 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB29160177-
CMYK0.840.1000.31
HSL186.89º71.84%40.39%-
HSV(B)186.89º83.62%69.41%-
XYZ21.0128.5846-
YUV122.77158.661.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.92%
GREEN value IS 160 (62.89% from 255) = 43.72%
BLUE value IS 177 (69.53% from 255) = 48.36%
R=7.92%
G=43.72%
B=48.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal291601770.840.1000.31186.8971.8440.39
Hex1DA0B154A01Fbb4828
Octal352402611241203727311050
Binary11101101000001011000110101001010011111101110111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,160,177); }

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

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

 a { background-color: rgb(29,160,177); }

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

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

 span { border-color: rgb(29,160,177); }

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