#1AA8BE

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

Shades of Pelorous #1AA8BE

Tints of Pelorous #1AA8BE

Color information

#1AA8BE (or 0x1AA8BE) is unknown color: approx Pelorous. HEX triplet: 1A, A8 and BE. RGB value is (26,168,190). Sum of RGB (Red+Green+Blue) = 26+168+190=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #1AA8BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA8BE is #E55741. Grayscale: #7F7F7F. Windows color (decimal): -15030082 or 12494874. OLE color: 12494874.

HSL color Cylindrical-coordinate representation of color #1AA8BE: hue angle of 188.05º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AA8BE is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB26168190-
CMYK0.860.1200.25
HSL188.05º75.93%42.35%-
HSV(B)188.05º86.32%74.51%-
XYZ23.7231.9453.63-
YUV128.05162.9655.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.77%
GREEN value IS 168 (66.02% from 255) = 43.75%
BLUE value IS 190 (74.61% from 255) = 49.48%
R=6.77%
G=43.75%
B=49.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261681900.860.1200.25188.0575.9342.35
Hex1AA8BE56C019bc4c2a
Octal322502761261403127411452
Binary11010101010001011111010101101100011001101111001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,168,190); }

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

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

 a { background-color: rgb(26,168,190); }

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

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

 span { border-color: rgb(26,168,190); }

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