#1E9CAD

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

Shades of Pelorous #1E9CAD

Tints of Pelorous #1E9CAD

Color information

#1E9CAD (or 0x1E9CAD) is unknown color: approx Pelorous. HEX triplet: 1E, 9C and AD. RGB value is (30,156,173). Sum of RGB (Red+Green+Blue) = 30+156+173=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E9CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9CAD is #E16352. Grayscale: #787878. Windows color (decimal): -14771027 or 11377694. OLE color: 11377694.

HSL color Cylindrical-coordinate representation of color #1E9CAD: hue angle of 187.13º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E9CAD is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB30156173-
CMYK0.830.1000.32
HSL187.13º70.44%39.8%-
HSV(B)187.13º82.66%67.84%-
XYZ19.9727.0743.71-
YUV120.26157.7663.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.36%
GREEN value IS 156 (61.33% from 255) = 43.45%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=8.36%
G=43.45%
B=48.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301561730.830.1000.32187.1370.4439.8
Hex1E9CAD53A020bb4628
Octal362342551231204027310650
Binary111101001110010101101101001110100100000101110111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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