#1CA0E0

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

Shades of Summer Sky #1CA0E0

Tints of Summer Sky #1CA0E0

Color information

#1CA0E0 (or 0x1CA0E0) is unknown color: approx Summer Sky. HEX triplet: 1C, A0 and E0. RGB value is (28,160,224). Sum of RGB (Red+Green+Blue) = 28+160+224=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #1CA0E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA0E0 is #E35F1F. Grayscale: #7F7F7F. Windows color (decimal): -14901024 or 14721052. OLE color: 14721052.

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

Color convert

RGB28160224-
CMYK0.880.2900.12
HSL199.59º77.78%49.41%-
HSV(B)199.59º87.5%87.84%-
XYZ26.530.7775.06-
YUV127.83182.2756.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.80%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 224 (87.89% from 255) = 54.37%
R=6.80%
G=38.83%
B=54.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal281602240.880.2900.12199.5977.7849.41
Hex1CA0E0581D0Cc84e31
Octal342403401303501431011661
Binary11100101000001110000010110001110101100110010001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,160,224); }

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

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

 a { background-color: rgb(28,160,224); }

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

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

 span { border-color: rgb(28,160,224); }

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