#26ACD8

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

Shades of Summer Sky #26ACD8

Tints of Summer Sky #26ACD8

Color information

#26ACD8 (or 0x26ACD8) is unknown color: approx Summer Sky. HEX triplet: 26, AC and D8. RGB value is (38,172,216). Sum of RGB (Red+Green+Blue) = 38+172+216=426 (56% of max value = 765). Red value is 38 (15.23% from 255 or 8.92% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #26ACD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ACD8 is #D95327. Grayscale: #888888. Windows color (decimal): -14242600 or 14199846. OLE color: 14199846.

HSL color Cylindrical-coordinate representation of color #26ACD8: hue angle of 194.83º 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 #26ACD8 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB38172216-
CMYK0.820.2000.15
HSL194.83º70.08%49.8%-
HSV(B)194.83º82.41%84.71%-
XYZ27.9534.8770.22-
YUV136.95172.6157.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 8.92%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 216 (84.77% from 255) = 50.70%
R=8.92%
G=40.38%
B=50.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal381722160.820.2000.15194.8370.0849.8
Hex26ACD852140Fc34632
Octal462543301222401730310662
Binary100110101011001101100010100101010001111110000111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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