#26ABD8

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

Shades of Summer Sky #26ABD8

Tints of Summer Sky #26ABD8

Color information

#26ABD8 (or 0x26ABD8) is unknown color: approx Summer Sky. HEX triplet: 26, AB and D8. RGB value is (38,171,216). Sum of RGB (Red+Green+Blue) = 38+171+216=425 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.94% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #26ABD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ABD8 is #D95427. Grayscale: #888888. Windows color (decimal): -14242856 or 14199590. OLE color: 14199590.

HSL color Cylindrical-coordinate representation of color #26ABD8: hue angle of 195.17º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26ABD8 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB38171216-
CMYK0.820.2100.15
HSL195.17º70.08%49.8%-
HSV(B)195.17º82.41%84.71%-
XYZ27.7634.570.16-
YUV136.36172.9457.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.94%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 216 (84.77% from 255) = 50.82%
R=8.94%
G=40.24%
B=50.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal381712160.820.2100.15195.1770.0849.8
Hex26ABD852150Fc34632
Octal462533301222501730310662
Binary100110101010111101100010100101010101111110000111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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