#26A2CC

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

Shades of Pelorous #26A2CC

Tints of Pelorous #26A2CC

Color information

#26A2CC (or 0x26A2CC) is unknown color: approx Pelorous. HEX triplet: 26, A2 and CC. RGB value is (38,162,204). Sum of RGB (Red+Green+Blue) = 38+162+204=404 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.41% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #26A2CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A2CC is #D95D33. Grayscale: #818181. Windows color (decimal): -14245172 or 13410854. OLE color: 13410854.

HSL color Cylindrical-coordinate representation of color #26A2CC: hue angle of 195.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26A2CC is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB38162204-
CMYK0.810.2100.2
HSL195.18º68.6%47.45%-
HSV(B)195.18º81.37%80%-
XYZ24.6230.6161.74-
YUV129.71169.9262.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.41%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=9.41%
G=40.10%
B=50.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal381622040.810.2100.2195.1868.647.45
Hex26A2CC5115014c3452f
Octal462423141212502430310557
Binary1001101010001011001100101000110101010100110000111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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