#1D9EB0

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

Shades of Pelorous #1D9EB0

Tints of Pelorous #1D9EB0

Color information

#1D9EB0 (or 0x1D9EB0) is unknown color: approx Pelorous. HEX triplet: 1D, 9E and B0. RGB value is (29,158,176). Sum of RGB (Red+Green+Blue) = 29+158+176=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #1D9EB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9EB0 is #E2614F. Grayscale: #797979. Windows color (decimal): -14836048 or 11574813. OLE color: 11574813.

HSL color Cylindrical-coordinate representation of color #1D9EB0: hue angle of 187.35º 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 #1D9EB0 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB29158176-
CMYK0.840.1000.31
HSL187.35º71.71%40.2%-
HSV(B)187.35º83.52%69.02%-
XYZ20.5727.8545.37-
YUV121.48158.7662.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.99%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 176 (69.14% from 255) = 48.48%
R=7.99%
G=43.53%
B=48.48%

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
Decimal291581760.840.1000.31187.3571.7140.2
Hex1D9EB054A01Fbb4828
Octal352362601241203727311050
Binary11101100111101011000010101001010011111101110111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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