#1EA9BC

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

Shades of Pelorous #1EA9BC

Tints of Pelorous #1EA9BC

Color information

#1EA9BC (or 0x1EA9BC) is unknown color: approx Pelorous. HEX triplet: 1E, A9 and BC. RGB value is (30,169,188). Sum of RGB (Red+Green+Blue) = 30+169+188=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #1EA9BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA9BC is #E15643. Grayscale: #818181. Windows color (decimal): -14767684 or 12364062. OLE color: 12364062.

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

Color convert

RGB30169188-
CMYK0.840.1000.26
HSL187.22º72.48%42.75%-
HSV(B)187.22º84.04%73.73%-
XYZ23.832.2852.55-
YUV129.6160.9556.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.75%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=7.75%
G=43.67%
B=48.58%

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
Decimal301691880.840.1000.26187.2272.4842.75
Hex1EA9BC54A01Abb482b
Octal362512741241203227311053
Binary11110101010011011110010101001010011010101110111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,169,188); }

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

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

 a { background-color: rgb(30,169,188); }

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

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

 span { border-color: rgb(30,169,188); }

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