#26AABE

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

Shades of Pelorous #26AABE

Tints of Pelorous #26AABE

Color information

#26AABE (or 0x26AABE) is unknown color: approx Pelorous. HEX triplet: 26, AA and BE. RGB value is (38,170,190). Sum of RGB (Red+Green+Blue) = 38+170+190=398 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.55% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #26AABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AABE is #D95541. Grayscale: #848484. Windows color (decimal): -14243138 or 12495398. OLE color: 12495398.

HSL color Cylindrical-coordinate representation of color #26AABE: hue angle of 187.89º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26AABE is Cyan = 0.8, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38170190-
CMYK0.80.1100.25
HSL187.89º66.67%44.71%-
HSV(B)187.89º80%74.51%-
XYZ24.4732.8853.77-
YUV132.81160.2760.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.55%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=9.55%
G=42.71%
B=47.74%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381701900.80.1100.25187.8966.6744.71
Hex26AABE50B019bc432d
Octal462522761201303127410355
Binary100110101010101011111010100001011011001101111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26AABE; }

 p { color: rgb(38,170,190); }

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

<style>
 a { background-color: #26AABE; }

 a { background-color: rgb(38,170,190); }

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

<style>
 span { border-color: #26AABE; }

 span { border-color: rgb(38,170,190); }

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