#3CACF0

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

Shades of Summer Sky #3CACF0

Tints of Summer Sky #3CACF0

Color information

#3CACF0 (or 0x3CACF0) is unknown color: approx Summer Sky. HEX triplet: 3C, AC and F0. RGB value is (60,172,240). Sum of RGB (Red+Green+Blue) = 60+172+240=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #3CACF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACF0 is #C3530F. Grayscale: #919191. Windows color (decimal): -12800784 or 15772732. OLE color: 15772732.

HSL color Cylindrical-coordinate representation of color #3CACF0: hue angle of 202.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CACF0 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB60172240-
CMYK0.750.2800.06
HSL202.67º85.71%58.82%-
HSV(B)202.67º75%94.12%-
XYZ32.3436.7687.83-
YUV146.26180.8966.47-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.71%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 240 (94.14% from 255) = 50.85%
R=12.71%
G=36.44%
B=50.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal601722400.750.2800.06202.6785.7158.82
Hex3CACF04B1C06cb563b
Octal74254360113340631312673
Binary11110010101100111100001001011111000110110010111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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