Html Css Color HEX #1EA6CC Pelorous

📋 copy color: '#1EA6CC'

red 30 ◦ green 166 ◦ blue 204

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

Shades of Pelorous #1EA6CC

Tints of Pelorous #1EA6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 204 (80.08% from 255) = 51%

R = 7.5%
G = 41.5%
B = 51%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1EA6CC (or 0x1EA6CC) is known color: Pelorous. HEX triplet: 1E, A6 and CC. RGB value is (30,166,204). Sum of RGB (Red+Green+Blue) = 30+166+204=400 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.5% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #1EA6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA6CC is #E15933. Grayscale: #818181. Windows color (decimal): -14768436 or 13411870. OLE color: 13411870.

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

Color convert

RGB 30 166 204 -
CMYK 0.85 0.19 0 0.2
HSL 193.1º 0.74% 0.46% -
HSV(B) 193.1º 0.85% 0.8% -
XYZ 25.07 31.91 61.96 -
YUV 129.67 169.94 56.91 -
System Red Green Blue C M Y K H S L
Decimal 30 166 204 0.85 0.19 0 0.2 193.1 0.74 0.46
Hex 1E A6 CC 55 13 0 14 C1 4A 2E
Octal 36 246 314 125 23 0 24 301 112 56
Binary 11110 10100110 11001100 1010101 10011 0 10100 11000001 1001010 101110

Color Harmonies of #1EA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA6CC

Black with #1EA6CC

Text Example


Text Example

White with #1EA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,166,204); }

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

background-color css

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

 a { background-color: rgb(30,166,204); }

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

border-color css

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

 span { border-color: rgb(30,166,204); }

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