#26ABBC

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

Shades of Pelorous #26ABBC

Tints of Pelorous #26ABBC

Color information

#26ABBC (or 0x26ABBC) is unknown color: approx Pelorous. HEX triplet: 26, AB and BC. RGB value is (38,171,188). Sum of RGB (Red+Green+Blue) = 38+171+188=397 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.57% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #26ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ABBC is #D95443. Grayscale: #848484. Windows color (decimal): -14242884 or 12364582. OLE color: 12364582.

HSL color Cylindrical-coordinate representation of color #26ABBC: hue angle of 186.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26ABBC is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB38171188-
CMYK0.800.0900.26
HSL186.8º66.37%44.31%-
HSV(B)186.8º79.79%73.73%-
XYZ24.4433.1752.69-
YUV133.17158.9460.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.57%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=9.57%
G=43.07%
B=47.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal381711880.800.0900.26186.866.3744.31
Hex26ABBC50901Abb422c
Octal462532741201103227310254
Binary100110101010111011110010100001001011010101110111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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