#1EABBD

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

Shades of Pelorous #1EABBD

Tints of Pelorous #1EABBD

Color information

#1EABBD (or 0x1EABBD) is unknown color: approx Pelorous. HEX triplet: 1E, AB and BD. RGB value is (30,171,189). Sum of RGB (Red+Green+Blue) = 30+171+189=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #1EABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EABBD is #E15442. Grayscale: #828282. Windows color (decimal): -14767171 or 12430110. OLE color: 12430110.

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

Color convert

RGB30171189-
CMYK0.840.1000.26
HSL186.79º72.6%42.94%-
HSV(B)186.79º84.13%74.12%-
XYZ24.2833.0853.25-
YUV130.89160.7956.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.69%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 189 (74.22% from 255) = 48.46%
R=7.69%
G=43.85%
B=48.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301711890.840.1000.26186.7972.642.94
Hex1EABBD54A01Abb492b
Octal362532751241203227311153
Binary11110101010111011110110101001010011010101110111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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