#26AABF

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

Shades of Pelorous #26AABF

Tints of Pelorous #26AABF

Color information

#26AABF (or 0x26AABF) is unknown color: approx Pelorous. HEX triplet: 26, AA and BF. RGB value is (38,170,191). Sum of RGB (Red+Green+Blue) = 38+170+191=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #26AABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AABF is #D95540. Grayscale: #848484. Windows color (decimal): -14243137 or 12560934. OLE color: 12560934.

HSL color Cylindrical-coordinate representation of color #26AABF: hue angle of 188.24º 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 #26AABF is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB38170191-
CMYK0.800.1100.25
HSL188.24º66.81%44.9%-
HSV(B)188.24º80.1%74.9%-
XYZ24.5832.9254.35-
YUV132.93160.7760.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.52%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 191 (75% from 255) = 47.87%
R=9.52%
G=42.61%
B=47.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381701910.800.1100.25188.2466.8144.9
Hex26AABF50B019bc432d
Octal462522771201303127410355
Binary100110101010101011111110100001011011001101111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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