#26A2C4

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

Shades of Pelorous #26A2C4

Tints of Pelorous #26A2C4

Color information

#26A2C4 (or 0x26A2C4) is unknown color: approx Pelorous. HEX triplet: 26, A2 and C4. RGB value is (38,162,196). Sum of RGB (Red+Green+Blue) = 38+162+196=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #26A2C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A2C4 is #D95D3B. Grayscale: #808080. Windows color (decimal): -14245180 or 12886566. OLE color: 12886566.

HSL color Cylindrical-coordinate representation of color #26A2C4: hue angle of 192.91º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26A2C4 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB38162196-
CMYK0.810.1700.23
HSL192.91º67.52%45.88%-
HSV(B)192.91º80.61%76.86%-
XYZ23.6830.2456.81-
YUV128.8165.9263.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.60%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 196 (76.95% from 255) = 49.49%
R=9.60%
G=40.91%
B=49.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381621960.810.1700.23192.9167.5245.88
Hex26A2C45111017c1442e
Octal462423041212102730110456
Binary1001101010001011000100101000110001010111110000011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,162,196); }

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

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

 a { background-color: rgb(38,162,196); }

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

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

 span { border-color: rgb(38,162,196); }

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