Html Css Color HEX #1EA2CF Pelorous

📋 copy color: '#1EA2CF'

red 30 ◦ green 162 ◦ blue 207

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

Shades of Pelorous #1EA2CF

Tints of Pelorous #1EA2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 7.52%
G = 40.6%
B = 51.88%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1EA2CF (or 0x1EA2CF) is known color: Pelorous. HEX triplet: 1E, A2 and CF. RGB value is (30,162,207). Sum of RGB (Red+Green+Blue) = 30+162+207=399 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.52% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #1EA2CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA2CF is #E15D30. Grayscale: #7F7F7F. Windows color (decimal): -14769457 or 13607454. OLE color: 13607454.

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

Color convert

RGB 30 162 207 -
CMYK 0.86 0.22 0 0.19
HSL 195.25º 0.75% 0.46% -
HSV(B) 195.25º 0.86% 0.81% -
XYZ 24.72 30.62 63.64 -
YUV 127.66 172.77 58.34 -
System Red Green Blue C M Y K H S L
Decimal 30 162 207 0.86 0.22 0 0.19 195.25 0.75 0.46
Hex 1E A2 CF 56 16 0 13 C3 4B 2E
Octal 36 242 317 126 26 0 23 303 113 56
Binary 11110 10100010 11001111 1010110 10110 0 10011 11000011 1001011 101110

Color Harmonies of #1EA2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA2CF

Black with #1EA2CF

Text Example


Text Example

White with #1EA2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,162,207); }

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

background-color css

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

 a { background-color: rgb(30,162,207); }

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

border-color css

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

 span { border-color: rgb(30,162,207); }

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