#26ABBE

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

Shades of Pelorous #26ABBE

Tints of Pelorous #26ABBE

Color information

#26ABBE (or 0x26ABBE) is unknown color: approx Pelorous. HEX triplet: 26, AB and BE. RGB value is (38,171,190). Sum of RGB (Red+Green+Blue) = 38+171+190=399 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.52% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #26ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ABBE is #D95441. Grayscale: #858585. Windows color (decimal): -14242882 or 12495654. OLE color: 12495654.

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

Color convert

RGB38171190-
CMYK0.80.1000.25
HSL187.5º66.67%44.71%-
HSV(B)187.5º80%74.51%-
XYZ24.6633.2653.83-
YUV133.4159.9459.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.52%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=9.52%
G=42.86%
B=47.62%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381711900.80.1000.25187.566.6744.71
Hex26ABBE50A019bc432d
Octal462532761201203127410355
Binary100110101010111011111010100001010011001101111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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