#3CAEE1

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

Shades of Summer Sky #3CAEE1

Tints of Summer Sky #3CAEE1

Color information

#3CAEE1 (or 0x3CAEE1) is unknown color: approx Summer Sky. HEX triplet: 3C, AE and E1. RGB value is (60,174,225). Sum of RGB (Red+Green+Blue) = 60+174+225=459 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.07% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #3CAEE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAEE1 is #C3511E. Grayscale: #919191. Windows color (decimal): -12800287 or 14790204. OLE color: 14790204.

HSL color Cylindrical-coordinate representation of color #3CAEE1: hue angle of 198.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CAEE1 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB60174225-
CMYK0.730.2300.12
HSL198.55º73.33%55.88%-
HSV(B)198.55º73.33%88.24%-
XYZ30.5936.6776.7-
YUV145.73172.7366.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.07%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 225 (88.28% from 255) = 49.02%
R=13.07%
G=37.91%
B=49.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal601742250.730.2300.12198.5573.3355.88
Hex3CAEE149170Cc74938
Octal742563411112701430711170
Binary111100101011101110000110010011011101100110001111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CAEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CAEE1; }

 p { color: rgb(60,174,225); }

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

<style>
 a { background-color: #3CAEE1; }

 a { background-color: rgb(60,174,225); }

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

<style>
 span { border-color: #3CAEE1; }

 span { border-color: rgb(60,174,225); }

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