#1CAAE1

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

Shades of Summer Sky #1CAAE1

Tints of Summer Sky #1CAAE1

Color information

#1CAAE1 (or 0x1CAAE1) is unknown color: approx Summer Sky. HEX triplet: 1C, AA and E1. RGB value is (28,170,225). Sum of RGB (Red+Green+Blue) = 28+170+225=423 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.62% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #1CAAE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAAE1 is #E3551E. Grayscale: #858585. Windows color (decimal): -14898463 or 14789148. OLE color: 14789148.

HSL color Cylindrical-coordinate representation of color #1CAAE1: hue angle of 196.75º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CAAE1 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB28170225-
CMYK0.880.2400.12
HSL196.75º77.87%49.61%-
HSV(B)196.75º87.56%88.24%-
XYZ28.4434.4376.38-
YUV133.81179.4652.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.62%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 225 (88.28% from 255) = 53.19%
R=6.62%
G=40.19%
B=53.19%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal281702250.880.2400.12196.7577.8749.61
Hex1CAAE158180Cc54e32
Octal342523411303001430511662
Binary11100101010101110000110110001100001100110001011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,170,225); }

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

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

 a { background-color: rgb(28,170,225); }

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

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

 span { border-color: rgb(28,170,225); }

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