Html Css Color HEX #1EA0CB Pelorous

📋 copy color: '#1EA0CB'

red 30 ◦ green 160 ◦ blue 203

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

Shades of Pelorous #1EA0CB

Tints of Pelorous #1EA0CB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.71%

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

R = 7.63%
G = 40.71%
B = 51.65%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1EA0CB (or 0x1EA0CB) is known color: Pelorous. HEX triplet: 1E, A0 and CB. RGB value is (30,160,203). Sum of RGB (Red+Green+Blue) = 30+160+203=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #1EA0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA0CB is #E15F34. Grayscale: #7D7D7D. Windows color (decimal): -14769973 or 13344798. OLE color: 13344798.

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

Color convert

RGB 30 160 203 -
CMYK 0.85 0.21 0 0.20
HSL 194.91º 0.74% 0.46% -
HSV(B) 194.91º 0.85% 0.8% -
XYZ 23.89 29.73 60.98 -
YUV 126.03 171.43 59.5 -
System Red Green Blue C M Y K H S L
Decimal 30 160 203 0.85 0.21 0 0.20 194.91 0.74 0.46
Hex 1E A0 CB 55 15 0 14 C3 4A 2E
Octal 36 240 313 125 25 0 24 303 112 56
Binary 11110 10100000 11001011 1010101 10101 0 10100 11000011 1001010 101110

Color Harmonies of #1EA0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA0CB

Black with #1EA0CB

Text Example


Text Example

White with #1EA0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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