#1A8EB6

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

Shades of Pelorous #1A8EB6

Tints of Pelorous #1A8EB6

Color information

#1A8EB6 (or 0x1A8EB6) is unknown color: approx Pelorous. HEX triplet: 1A, 8E and B6. RGB value is (26,142,182). Sum of RGB (Red+Green+Blue) = 26+142+182=350 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.43% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #1A8EB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8EB6 is #E57149. Grayscale: #6F6F6F. Windows color (decimal): -15036746 or 11963930. OLE color: 11963930.

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

Color convert

RGB26142182-
CMYK0.860.2200.29
HSL195.38º75%40.78%-
HSV(B)195.38º85.71%71.37%-
XYZ18.5422.9447.71-
YUV111.88167.5766.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.43%
GREEN value IS 142 (55.86% from 255) = 40.57%
BLUE value IS 182 (71.48% from 255) = 52%
R=7.43%
G=40.57%
B=52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261421820.860.2200.29195.387540.78
Hex1A8EB6561601Dc34b29
Octal322162661262603530311351
Binary110101000111010110110101011010110011101110000111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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