#26A9C4

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

Shades of Pelorous #26A9C4

Tints of Pelorous #26A9C4

Color information

#26A9C4 (or 0x26A9C4) is unknown color: approx Pelorous. HEX triplet: 26, A9 and C4. RGB value is (38,169,196). Sum of RGB (Red+Green+Blue) = 38+169+196=403 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.43% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #26A9C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A9C4 is #D9563B. Grayscale: #848484. Windows color (decimal): -14243388 or 12888358. OLE color: 12888358.

HSL color Cylindrical-coordinate representation of color #26A9C4: hue angle of 190.25º 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 #26A9C4 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB38169196-
CMYK0.810.1400.23
HSL190.25º67.52%45.88%-
HSV(B)190.25º80.61%76.86%-
XYZ24.9532.7757.24-
YUV132.91163.660.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.43%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 196 (76.95% from 255) = 48.64%
R=9.43%
G=41.94%
B=48.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381691960.810.1400.23190.2567.5245.88
Hex26A9C451E017be442e
Octal462513041211602727610456
Binary100110101010011100010010100011110010111101111101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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