Html Css Color HEX #1EAABD Pelorous

📋 copy color: '#1EAABD'

red 30 ◦ green 170 ◦ blue 189

#1EAABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #1EAABD

Tints of Pelorous #1EAABD

RGB

 RED value IS 30 (12.11% from 255) = 7.71%

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 189 (74.22% from 255) = 48.59%

R = 7.71%
G = 43.7%
B = 48.59%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1EAABD (or 0x1EAABD) is known color: Pelorous. HEX triplet: 1E, AA and BD. RGB value is (30,170,189). Sum of RGB (Red+Green+Blue) = 30+170+189=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #1EAABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAABD is #E15542. Grayscale: #828282. Windows color (decimal): -14767427 or 12429854. OLE color: 12429854.

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

Color convert

RGB 30 170 189 -
CMYK 0.84 0.10 0 0.26
HSL 187.17º 0.73% 0.43% -
HSV(B) 187.17º 0.84% 0.74% -
XYZ 24.1 32.7 53.19 -
YUV 130.31 161.12 56.46 -
System Red Green Blue C M Y K H S L
Decimal 30 170 189 0.84 0.10 0 0.26 187.17 0.73 0.43
Hex 1E AA BD 54 A 0 1A BB 49 2B
Octal 36 252 275 124 12 0 32 273 111 53
Binary 11110 10101010 10111101 1010100 1010 0 11010 10111011 1001001 101011

Color Harmonies of #1EAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAABD

Black with #1EAABD

Text Example


Text Example

White with #1EAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EAABD;
 }
 .AnyTagClassName
 {
   color: #1EAABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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