Html Css Color HEX #1EA8BB Pelorous

📋 copy color: '#1EA8BB'

red 30 ◦ green 168 ◦ blue 187

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

Shades of Pelorous #1EA8BB

Tints of Pelorous #1EA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.64%

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 7.79%
G = 43.64%
B = 48.57%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1EA8BB (or 0x1EA8BB) is known color: Pelorous. HEX triplet: 1E, A8 and BB. RGB value is (30,168,187). Sum of RGB (Red+Green+Blue) = 30+168+187=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #1EA8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA8BB is #E15744. Grayscale: #808080. Windows color (decimal): -14767941 or 12298270. OLE color: 12298270.

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

Color convert

RGB 30 168 187 -
CMYK 0.84 0.10 0 0.27
HSL 187.26º 0.72% 0.43% -
HSV(B) 187.26º 0.84% 0.73% -
XYZ 23.51 31.87 51.93 -
YUV 128.9 160.78 57.46 -
System Red Green Blue C M Y K H S L
Decimal 30 168 187 0.84 0.10 0 0.27 187.26 0.72 0.43
Hex 1E A8 BB 54 A 0 1B BB 48 2B
Octal 36 250 273 124 12 0 33 273 110 53
Binary 11110 10101000 10111011 1010100 1010 0 11011 10111011 1001000 101011

Color Harmonies of #1EA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA8BB

Black with #1EA8BB

Text Example


Text Example

White with #1EA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,168,187); }

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

background-color css

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

 a { background-color: rgb(30,168,187); }

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

border-color css

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

 span { border-color: rgb(30,168,187); }

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