#26AAD2

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

Shades of Summer Sky #26AAD2

Tints of Summer Sky #26AAD2

Color information

#26AAD2 (or 0x26AAD2) is unknown color: approx Summer Sky. HEX triplet: 26, AA and D2. RGB value is (38,170,210). Sum of RGB (Red+Green+Blue) = 38+170+210=418 (55% of max value = 765). Red value is 38 (15.23% from 255 or 9.09% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #26AAD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26AAD2 is #D9552D. Grayscale: #868686. Windows color (decimal): -14243118 or 13806118. OLE color: 13806118.

HSL color Cylindrical-coordinate representation of color #26AAD2: hue angle of 193.95º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26AAD2 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB38170210-
CMYK0.820.1900.18
HSL193.95º69.35%48.63%-
HSV(B)193.95º81.9%82.35%-
XYZ26.8133.8166.09-
YUV135.09170.2758.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.09%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 210 (82.42% from 255) = 50.24%
R=9.09%
G=40.67%
B=50.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal381702100.820.1900.18193.9569.3548.63
Hex26AAD25213012c24531
Octal462523221222302230210561
Binary1001101010101011010010101001010011010010110000101000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,170,210); }

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

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

 a { background-color: rgb(38,170,210); }

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

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

 span { border-color: rgb(38,170,210); }

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