#1A8EAE

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

Shades of Pelorous #1A8EAE

Tints of Pelorous #1A8EAE

Color information

#1A8EAE (or 0x1A8EAE) is unknown color: approx Pelorous. HEX triplet: 1A, 8E and AE. RGB value is (26,142,174). Sum of RGB (Red+Green+Blue) = 26+142+174=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A8EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8EAE is #E57151. Grayscale: #6E6E6E. Windows color (decimal): -15036754 or 11439642. OLE color: 11439642.

HSL color Cylindrical-coordinate representation of color #1A8EAE: hue angle of 192.97º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A8EAE is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB26142174-
CMYK0.850.1800.32
HSL192.97º74%39.22%-
HSV(B)192.97º85.06%68.24%-
XYZ17.7422.6243.48-
YUV110.96163.5767.4-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.60%
GREEN value IS 142 (55.86% from 255) = 41.52%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=7.60%
G=41.52%
B=50.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261421740.850.1800.32192.977439.22
Hex1A8EAE5512020c14a27
Octal322162561252204030111247
Binary1101010001110101011101010101100100100000110000011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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