#1AA8EB

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

Shades of Summer Sky #1AA8EB

Tints of Summer Sky #1AA8EB

Color information

#1AA8EB (or 0x1AA8EB) is unknown color: approx Summer Sky. HEX triplet: 1A, A8 and EB. RGB value is (26,168,235). Sum of RGB (Red+Green+Blue) = 26+168+235=429 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.06% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #1AA8EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA8EB is #E55714. Grayscale: #848484. Windows color (decimal): -15030037 or 15443994. OLE color: 15443994.

HSL color Cylindrical-coordinate representation of color #1AA8EB: hue angle of 199.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AA8EB is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB26168235-
CMYK0.890.2900.08
HSL199.23º83.94%51.18%-
HSV(B)199.23º88.94%92.16%-
XYZ29.4234.2283.65-
YUV133.18185.4651.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.06%
GREEN value IS 168 (66.02% from 255) = 39.16%
BLUE value IS 235 (92.19% from 255) = 54.78%
R=6.06%
G=39.16%
B=54.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal261682350.890.2900.08199.2383.9451.18
Hex1AA8EB591D08c75433
Octal322503531313501030712463
Binary11010101010001110101110110011110101000110001111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,168,235); }

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

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

 a { background-color: rgb(26,168,235); }

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

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

 span { border-color: rgb(26,168,235); }

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