Html Css Color HEX #1EA6CB Pelorous

📋 copy color: '#1EA6CB'

red 30 ◦ green 166 ◦ blue 203

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

Shades of Pelorous #1EA6CB

Tints of Pelorous #1EA6CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 7.52%
G = 41.6%
B = 50.88%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EA6CB (or 0x1EA6CB) is known color: Pelorous. HEX triplet: 1E, A6 and CB. RGB value is (30,166,203). Sum of RGB (Red+Green+Blue) = 30+166+203=399 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.52% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EA6CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA6CB is #E15934. Grayscale: #818181. Windows color (decimal): -14768437 or 13346334. OLE color: 13346334.

HSL color Cylindrical-coordinate representation of color #1EA6CB: hue angle of 192.83º 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 #1EA6CB is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 166 203 -
CMYK 0.85 0.18 0 0.20
HSL 192.83º 0.74% 0.46% -
HSV(B) 192.83º 0.85% 0.8% -
XYZ 24.95 31.86 61.33 -
YUV 129.55 169.44 56.99 -
System Red Green Blue C M Y K H S L
Decimal 30 166 203 0.85 0.18 0 0.20 192.83 0.74 0.46
Hex 1E A6 CB 55 12 0 14 C1 4A 2E
Octal 36 246 313 125 22 0 24 301 112 56
Binary 11110 10100110 11001011 1010101 10010 0 10100 11000001 1001010 101110

Color Harmonies of #1EA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA6CB

Black with #1EA6CB

Text Example


Text Example

White with #1EA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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