#1E9CBD

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

Shades of Pelorous #1E9CBD

Tints of Pelorous #1E9CBD

Color information

#1E9CBD (or 0x1E9CBD) is unknown color: approx Pelorous. HEX triplet: 1E, 9C and BD. RGB value is (30,156,189). Sum of RGB (Red+Green+Blue) = 30+156+189=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E9CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9CBD is #E16342. Grayscale: #797979. Windows color (decimal): -14771011 or 12426270. OLE color: 12426270.

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

Color convert

RGB30156189-
CMYK0.840.1700.26
HSL192.45º72.6%42.94%-
HSV(B)192.45º84.13%74.12%-
XYZ21.6127.7352.36-
YUV122.09165.7662.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=8%
G=41.6%
B=50.4%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301561890.840.1700.26192.4572.642.94
Hex1E9CBD541101Ac0492b
Octal362342751242103230011153
Binary111101001110010111101101010010001011010110000001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,156,189); }

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

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

 a { background-color: rgb(30,156,189); }

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

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

 span { border-color: rgb(30,156,189); }

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