#1cace0

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

Shades of Summer Sky #1CACE0

Tints of Summer Sky #1CACE0

Color information

#1CACE0 (or 0x1CACE0) is unknown color: approx Summer Sky. HEX triplet: 1C, AC and E0. RGB value is (28,172,224). Sum of RGB (Red+Green+Blue) = 28+172+224=424 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.60% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #1CACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CACE0 is #E3531F. Grayscale: #868686. Windows color (decimal): -14897952 or 14724124. OLE color: 14724124.

HSL color Cylindrical-coordinate representation of color #1CACE0: hue angle of 195.92º 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 #1CACE0 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB28172224-
CMYK0.880.2300.12
HSL195.92º77.78%49.41%-
HSV(B)195.92º87.5%87.84%-
XYZ28.6935.1375.79-
YUV134.87178.2951.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.60%
GREEN value IS 172 (67.58% from 255) = 40.57%
BLUE value IS 224 (87.89% from 255) = 52.83%
R=6.60%
G=40.57%
B=52.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal281722240.880.2300.12195.9277.7849.41
Hex1CACE058170Cc44e31
Octal342543401302701430411661
Binary11100101011001110000010110001011101100110001001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cace0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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