#26ACC0

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

Shades of Pelorous #26ACC0

Tints of Pelorous #26ACC0

Color information

#26ACC0 (or 0x26ACC0) is unknown color: approx Pelorous. HEX triplet: 26, AC and C0. RGB value is (38,172,192). Sum of RGB (Red+Green+Blue) = 38+172+192=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #26ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ACC0 is #D9533F. Grayscale: #868686. Windows color (decimal): -14242624 or 12626982. OLE color: 12626982.

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

Color convert

RGB38172192-
CMYK0.800.1000.25
HSL187.79º66.96%45.1%-
HSV(B)187.79º80.21%75.29%-
XYZ25.0733.7255.06-
YUV134.21160.6159.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.45%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=9.45%
G=42.79%
B=47.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381721920.800.1000.25187.7966.9645.1
Hex26ACC050A019bc432d
Octal462543001201203127410355
Binary100110101011001100000010100001010011001101111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,172,192); }

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

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

 a { background-color: rgb(38,172,192); }

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

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

 span { border-color: rgb(38,172,192); }

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