#1AA5D8

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

Shades of Summer Sky #1AA5D8

Tints of Summer Sky #1AA5D8

Color information

#1AA5D8 (or 0x1AA5D8) is unknown color: approx Summer Sky. HEX triplet: 1A, A5 and D8. RGB value is (26,165,216). Sum of RGB (Red+Green+Blue) = 26+165+216=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #1AA5D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AA5D8 is #E55A27. Grayscale: #808080. Windows color (decimal): -15030824 or 14198042. OLE color: 14198042.

HSL color Cylindrical-coordinate representation of color #1AA5D8: hue angle of 196.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AA5D8 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB26165216-
CMYK0.880.2400.15
HSL196.11º78.51%47.45%-
HSV(B)196.11º87.96%84.71%-
XYZ26.2832.0969.77-
YUV129.25176.9554.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.39%
GREEN value IS 165 (64.84% from 255) = 40.54%
BLUE value IS 216 (84.77% from 255) = 53.07%
R=6.39%
G=40.54%
B=53.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal261652160.880.2400.15196.1178.5147.45
Hex1AA5D858180Fc44f2f
Octal322453301303001730411757
Binary11010101001011101100010110001100001111110001001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AA5D8; }

 p { color: rgb(26,165,216); }

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

<style>
 a { background-color: #1AA5D8; }

 a { background-color: rgb(26,165,216); }

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

<style>
 span { border-color: #1AA5D8; }

 span { border-color: rgb(26,165,216); }

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