#1CA5E4

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

Shades of Summer Sky #1CA5E4

Tints of Summer Sky #1CA5E4

Color information

#1CA5E4 (or 0x1CA5E4) is unknown color: approx Summer Sky. HEX triplet: 1C, A5 and E4. RGB value is (28,165,228). Sum of RGB (Red+Green+Blue) = 28+165+228=421 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.65% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 228 (89.45% from 255 or 54.16% from 421); Max value from RGB is 228 - color contains mainly: blue. Hex color #1CA5E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA5E4 is #E35A1B. Grayscale: #828282. Windows color (decimal): -14899740 or 14984476. OLE color: 14984476.

HSL color Cylindrical-coordinate representation of color #1CA5E4: hue angle of 198.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CA5E4 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB28165228-
CMYK0.880.2800.11
HSL198.9º78.74%50.2%-
HSV(B)198.9º87.72%89.41%-
XYZ27.9432.7678.25-
YUV131.22182.6154.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.65%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 228 (89.45% from 255) = 54.16%
R=6.65%
G=39.19%
B=54.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal281652280.880.2800.11198.978.7450.2
Hex1CA5E4581C0Bc74f32
Octal342453441303401330711762
Binary11100101001011110010010110001110001011110001111001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,165,228); }

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

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

 a { background-color: rgb(28,165,228); }

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

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

 span { border-color: rgb(28,165,228); }

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