#3CACF5

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

Shades of Summer Sky #3CACF5

Tints of Summer Sky #3CACF5

Color information

#3CACF5 (or 0x3CACF5) is unknown color: approx Summer Sky. HEX triplet: 3C, AC and F5. RGB value is (60,172,245). Sum of RGB (Red+Green+Blue) = 60+172+245=477 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.58% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 245 (96.09% from 255 or 51.36% from 477); Max value from RGB is 245 - color contains mainly: blue. Hex color #3CACF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACF5 is #C3530A. Grayscale: #929292. Windows color (decimal): -12800779 or 16100412. OLE color: 16100412.

HSL color Cylindrical-coordinate representation of color #3CACF5: hue angle of 203.68º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CACF5 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB60172245-
CMYK0.760.3000.04
HSL203.68º90.24%59.8%-
HSV(B)203.68º75.51%96.08%-
XYZ33.137.0691.79-
YUV146.83183.3966.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.58%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 245 (96.09% from 255) = 51.36%
R=12.58%
G=36.06%
B=51.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal601722450.760.3000.04203.6890.2459.8
Hex3CACF54C1E04cc5a3c
Octal74254365114360431413274
Binary11110010101100111101011001100111100100110011001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,172,245); }

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

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

 a { background-color: rgb(60,172,245); }

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

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

 span { border-color: rgb(60,172,245); }

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