Html Css Color HEX #1EA5CE Pelorous

📋 copy color: '#1EA5CE'

red 30 ◦ green 165 ◦ blue 206

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

Shades of Pelorous #1EA5CE

Tints of Pelorous #1EA5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 7.48%
G = 41.15%
B = 51.37%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1EA5CE (or 0x1EA5CE) is known color: Pelorous. HEX triplet: 1E, A5 and CE. RGB value is (30,165,206). Sum of RGB (Red+Green+Blue) = 30+165+206=401 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.48% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EA5CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA5CE is #E15A31. Grayscale: #818181. Windows color (decimal): -14768690 or 13542686. OLE color: 13542686.

HSL color Cylindrical-coordinate representation of color #1EA5CE: hue angle of 193.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EA5CE is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 165 206 -
CMYK 0.85 0.20 0 0.19
HSL 193.98º 0.75% 0.46% -
HSV(B) 193.98º 0.85% 0.81% -
XYZ 25.13 31.64 63.18 -
YUV 129.31 171.27 57.17 -
System Red Green Blue C M Y K H S L
Decimal 30 165 206 0.85 0.20 0 0.19 193.98 0.75 0.46
Hex 1E A5 CE 55 14 0 13 C2 4B 2E
Octal 36 245 316 125 24 0 23 302 113 56
Binary 11110 10100101 11001110 1010101 10100 0 10011 11000010 1001011 101110

Color Harmonies of #1EA5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA5CE

Black with #1EA5CE

Text Example


Text Example

White with #1EA5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,165,206); }

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

background-color css

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

 a { background-color: rgb(30,165,206); }

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

border-color css

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

 span { border-color: rgb(30,165,206); }

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