#26A6D6

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

Shades of Summer Sky #26A6D6

Tints of Summer Sky #26A6D6

Color information

#26A6D6 (or 0x26A6D6) is unknown color: approx Summer Sky. HEX triplet: 26, A6 and D6. RGB value is (38,166,214). Sum of RGB (Red+Green+Blue) = 38+166+214=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #26A6D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A6D6 is #D95929. Grayscale: #848484. Windows color (decimal): -14244138 or 14067238. OLE color: 14067238.

HSL color Cylindrical-coordinate representation of color #26A6D6: hue angle of 196.36º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26A6D6 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB38166214-
CMYK0.820.2200.16
HSL196.36º69.84%49.41%-
HSV(B)196.36º82.24%83.92%-
XYZ26.5732.5468.5-
YUV133.2173.5960.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.09%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 214 (83.98% from 255) = 51.20%
R=9.09%
G=39.71%
B=51.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal381662140.820.2200.16196.3669.8449.41
Hex26A6D65216010c44631
Octal462463261222602030410661
Binary1001101010011011010110101001010110010000110001001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,166,214); }

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

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

 a { background-color: rgb(38,166,214); }

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

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

 span { border-color: rgb(38,166,214); }

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