#1A8ECA

Color #1A8ECA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1A8ECA

Tints of Pelorous #1A8ECA

Color information

#1A8ECA (or 0x1A8ECA) is unknown color: approx Pelorous. HEX triplet: 1A, 8E and CA. RGB value is (26,142,202). Sum of RGB (Red+Green+Blue) = 26+142+202=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A8ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8ECA is #E57135. Grayscale: #717171. Windows color (decimal): -15036726 or 13274650. OLE color: 13274650.

HSL color Cylindrical-coordinate representation of color #1A8ECA: hue angle of 200.45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A8ECA is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB26142202-
CMYK0.870.3000.21
HSL200.45º77.19%44.71%-
HSV(B)200.45º87.13%79.22%-
XYZ20.7623.8359.38-
YUV114.16177.5765.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.03%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=7.03%
G=38.38%
B=54.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal261422020.870.3000.21200.4577.1944.71
Hex1A8ECA571E015c84d2d
Octal322163121273602531011555
Binary110101000111011001010101011111110010101110010001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,142,202); }

 H1.HeaderClassName
 {
   color: #1A8ECA;
 }
 .AnyTagClassName
 {
   color: #1A8ECA;
 }
</style>
background-color css

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

 a { background-color: rgb(26,142,202); }

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

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

 span { border-color: rgb(26,142,202); }

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